From afb07d39036279f4055393cfec08c19b7e65ba31 Mon Sep 17 00:00:00 2001 From: Scala Steward Date: Sun, 8 Sep 2024 21:55:20 +0000 Subject: [PATCH] Update os-lib to 0.10.6 --- build.sc | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/build.sc b/build.sc index a63cca1..a132a0b 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.5", + ivy"com.lihaoyi::os-lib:0.10.6", ivy"com.github.plokhotnyuk.jsoniter-scala::jsoniter-scala-core:2.30.9", // This is the java8 version of jsoniter, according to scala-cli build ivy"com.github.plokhotnyuk.jsoniter-scala::jsoniter-scala-macros:2.30.9", // 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:1.0.1", - ivy"com.lihaoyi::os-lib:0.10.5", + ivy"com.lihaoyi::os-lib:0.10.6", ivy"com.lihaoyi::pprint:0.9.0" )