From 4166dc18769bc3805a2b7c031b0e34e1670dd3af Mon Sep 17 00:00:00 2001 From: Scala Steward Date: Sun, 19 May 2024 20:50:27 +0000 Subject: [PATCH] Update os-lib to 0.10.1 --- build.sc | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/build.sc b/build.sc index 6078759..d92ce42 100644 --- a/build.sc +++ b/build.sc @@ -26,7 +26,7 @@ trait Cli extends ScalaModule with ScalaJsCliPublishModule { def ivyDeps = super.ivyDeps() ++ Seq( ivy"org.scala-js::scalajs-linker:$scalaJsVersion", ivy"com.github.scopt::scopt:4.1.0", - ivy"com.lihaoyi::os-lib:0.10.0", + ivy"com.lihaoyi::os-lib:0.10.1", ivy"com.github.plokhotnyuk.jsoniter-scala::jsoniter-scala-core:2.28.5", // This is the java8 version of jsoniter, according to scala-cli build ivy"com.github.plokhotnyuk.jsoniter-scala::jsoniter-scala-macros:2.28.5", // This is the java8 version of jsoniter, according to scala-cli build ivy"com.armanbilge::scalajs-importmap:0.1.1" @@ -171,7 +171,7 @@ object tests extends ScalaModule { object test extends ScalaTests with TestModule.Munit { def ivyDeps = super.ivyDeps() ++ Seq( ivy"org.scalameta::munit:0.7.29", - ivy"com.lihaoyi::os-lib:0.10.0", + ivy"com.lihaoyi::os-lib:0.10.1", ivy"com.lihaoyi::pprint:0.9.0" )