From 55dc1db7a76df066a05e27c058c7550d46013762 Mon Sep 17 00:00:00 2001 From: Scala Steward Date: Tue, 7 Nov 2023 02:33:07 +0000 Subject: [PATCH] Update os-lib to 0.9.2 --- build.sc | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/build.sc b/build.sc index 07b511e..966ff8c 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.1", + ivy"com.lihaoyi::os-lib:0.9.2", ivy"com.lihaoyi::utest:0.7.11" ) def testFramework = "utest.runner.Framework"