From 546e8c6918627f3f2357ccce24cf80da43a8f854 Mon Sep 17 00:00:00 2001 From: Scala Steward Date: Sat, 1 Jun 2024 01:15:54 +0000 Subject: [PATCH] Update os-lib to 0.10.2 --- build.sc | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/build.sc b/build.sc index cb2496c..3abd2f8 100644 --- a/build.sc +++ b/build.sc @@ -120,7 +120,7 @@ object `java-class-name-tests` extends ScalaModule { trait Tests extends super.Tests { def launcher: T[PathRef] def ivyDeps = super.ivyDeps() ++ Seq( - ivy"com.lihaoyi::os-lib:0.10.1", + ivy"com.lihaoyi::os-lib:0.10.2", ivy"com.lihaoyi::utest:0.8.3" ) def testFramework = "utest.runner.Framework"