From 43aa788cfec33d8a20da6e9ccdc37d49f398e222 Mon Sep 17 00:00:00 2001 From: Piotr Chabelski Date: Tue, 19 Mar 2024 11:15:57 +0100 Subject: [PATCH] Bump `os-lib` to 0.9.3 (#56) --- build.sc | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/build.sc b/build.sc index 27a4325..b2591d1 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.9.2", + ivy"com.lihaoyi::os-lib:0.9.3", ivy"com.github.plokhotnyuk.jsoniter-scala::jsoniter-scala-core:2.28.4", // This is the java8 version of jsoniter, according to scala-cli build ivy"com.github.plokhotnyuk.jsoniter-scala::jsoniter-scala-macros:2.28.4", // This is the java8 version of jsoniter, according to scala-cli build ivy"com.armanbilge::scalajs-importmap:0.1.1"