From 53380b604e7a115611ef18152aa756901f5c2c35 Mon Sep 17 00:00:00 2001 From: Piotr Chabelski Date: Tue, 19 Mar 2024 10:44:30 +0100 Subject: [PATCH] Bump `os-lib` to 0.9.3 --- build.sc | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/build.sc b/build.sc index 00a7366..10df0e5 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"