From 5391cee8b0f998db1db6889af0a79bb94fc775cd Mon Sep 17 00:00:00 2001 From: Scala Steward Date: Tue, 20 Aug 2024 01:13:40 +0000 Subject: [PATCH] Update os-lib to 0.10.4 --- build.sc | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/build.sc b/build.sc index d0b0542..2181761 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.3", + ivy"com.lihaoyi::os-lib:0.10.4", ivy"com.lihaoyi::utest:0.8.4" ) def testFramework = "utest.runner.Framework"