Skip to content

Commit 78128e2

Browse files
authored
Merge pull request scala-cli#59 from scala-steward/update/os-lib-0.10.0
Update os-lib to 0.10.0
2 parents bd2138e + db9a522 commit 78128e2

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

build.sc

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff 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

0 commit comments

Comments
 (0)