From 3097613a3f438d91a61be8ed506bc182e98dd668 Mon Sep 17 00:00:00 2001 From: Scala Steward Date: Wed, 9 Oct 2024 02:54:07 +0000 Subject: [PATCH] Update os-lib to 0.11.1 --- build.sc | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/build.sc b/build.sc index 2159b0e..cb0ae68 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.7", + ivy"com.lihaoyi::os-lib:0.11.1", ivy"com.lihaoyi::utest:0.8.4" ) def testFramework = "utest.runner.Framework"