Skip to content

Commit

Permalink
Update os-lib to 0.9.0 (#29)
Browse files Browse the repository at this point in the history
  • Loading branch information
scala-steward committed Dec 12, 2022
1 parent ea89075 commit ff32dac
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion build.sc
Expand Up @@ -193,7 +193,7 @@ class Tests(val scalaJsVersion0: String) extends ScalaModule {
object test extends Tests {
def ivyDeps = super.ivyDeps() ++ Seq(
ivy"org.scalameta::munit:0.7.29",
ivy"com.lihaoyi::os-lib:0.8.1",
ivy"com.lihaoyi::os-lib:0.9.0",
ivy"com.lihaoyi::pprint:0.8.1"
)
def testFramework = "munit.Framework"
Expand Down

0 comments on commit ff32dac

Please sign in to comment.