Skip to content

Commit

Permalink
Update os-lib to 0.9.2
Browse files Browse the repository at this point in the history
  • Loading branch information
scala-steward committed Nov 7, 2023
1 parent 792a08c commit 55dc1db
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.9.1",
ivy"com.lihaoyi::os-lib:0.9.2",
ivy"com.lihaoyi::utest:0.7.11"
)
def testFramework = "utest.runner.Framework"
Expand Down

0 comments on commit 55dc1db

Please sign in to comment.