File tree Expand file tree Collapse file tree 1 file changed +2
-2
lines changed
Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -26,7 +26,7 @@ trait Cli extends ScalaModule with ScalaJsCliPublishModule {
2626 def ivyDeps = super .ivyDeps() ++ Seq (
2727 ivy " org.scala-js::scalajs-linker: $scalaJsVersion" ,
2828 ivy " com.github.scopt::scopt:4.1.0 " ,
29- ivy " com.lihaoyi::os-lib:0.9.3 " ,
29+ ivy " com.lihaoyi::os-lib:0.10.0 " ,
3030 ivy " com.github.plokhotnyuk.jsoniter-scala::jsoniter-scala-core:2.28.4 " , // This is the java8 version of jsoniter, according to scala-cli build
3131 ivy " com.github.plokhotnyuk.jsoniter-scala::jsoniter-scala-macros:2.28.4 " , // This is the java8 version of jsoniter, according to scala-cli build
3232 ivy " com.armanbilge::scalajs-importmap:0.1.1 "
@@ -171,7 +171,7 @@ object tests extends ScalaModule {
171171 object test extends ScalaTests with TestModule .Munit {
172172 def ivyDeps = super .ivyDeps() ++ Seq (
173173 ivy " org.scalameta::munit:0.7.29 " ,
174- ivy " com.lihaoyi::os-lib:0.9.3 " ,
174+ ivy " com.lihaoyi::os-lib:0.10.0 " ,
175175 ivy " com.lihaoyi::pprint:0.8.1 "
176176 )
177177
You can’t perform that action at this time.
0 commit comments