Skip to content

Commit 00cc4ec

Browse files
authored
Merge pull request #14 from scala-steward/update/os-lib-0.9.2
Update os-lib to 0.9.2
2 parents a26f218 + 55dc1db commit 00cc4ec

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

build.sc

+1-1
Original file line numberDiff line numberDiff line change
@@ -120,7 +120,7 @@ object `java-class-name-tests` extends ScalaModule {
120120
trait Tests extends super.Tests {
121121
def launcher: T[PathRef]
122122
def ivyDeps = super.ivyDeps() ++ Seq(
123-
ivy"com.lihaoyi::os-lib:0.9.1",
123+
ivy"com.lihaoyi::os-lib:0.9.2",
124124
ivy"com.lihaoyi::utest:0.7.11"
125125
)
126126
def testFramework = "utest.runner.Framework"

0 commit comments

Comments
 (0)