diff --git a/build.sc b/build.sc index 8b8be25..aa79406 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.9.3", + ivy"com.lihaoyi::os-lib:0.10.0", ivy"com.lihaoyi::utest:0.8.2" ) def testFramework = "utest.runner.Framework"