Skip to content

Commit

Permalink
Bump os-lib to 0.9.3 (#56)
Browse files Browse the repository at this point in the history
  • Loading branch information
Gedochao committed Mar 19, 2024
1 parent cf37c9a commit 43aa788
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion build.sc
Expand Up @@ -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"
Expand Down

0 comments on commit 43aa788

Please sign in to comment.