Skip to content

Commit

Permalink
Merge pull request #30 from scala-steward/update/os-lib-0.10.0
Browse files Browse the repository at this point in the history
Update os-lib to 0.10.0
  • Loading branch information
tgodzik committed Apr 16, 2024
2 parents 35198e0 + 2fe4aa1 commit 1b0c35c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion build.sc
Expand Up @@ -120,7 +120,7 @@ object `java-class-name-tests` extends ScalaModule {
trait Tests extends super.Tests {
def launcher: T[PathRef]
def ivyDeps = super.ivyDeps() ++ Seq(
ivy"com.lihaoyi::os-lib:0.9.3",
ivy"com.lihaoyi::os-lib:0.10.0",
ivy"com.lihaoyi::utest:0.8.2"
)
def testFramework = "utest.runner.Framework"
Expand Down

0 comments on commit 1b0c35c

Please sign in to comment.