Skip to content

Commit

Permalink
Merge pull request #41 from scala-steward/update/os-lib-0.10.5
Browse files Browse the repository at this point in the history
Update os-lib to 0.10.5
  • Loading branch information
tgodzik authored Sep 2, 2024
2 parents 0dc4c94 + e5767e6 commit f0c65e1
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion build.sc
Original file line number Diff line number Diff line change
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.10.4",
ivy"com.lihaoyi::os-lib:0.10.5",
ivy"com.lihaoyi::utest:0.8.4"
)
def testFramework = "utest.runner.Framework"
Expand Down

0 comments on commit f0c65e1

Please sign in to comment.