Skip to content

Commit

Permalink
Merge pull request #36 from scala-steward/update/os-lib-0.9.2
Browse files Browse the repository at this point in the history
Update os-lib to 0.9.2
  • Loading branch information
tgodzik committed Nov 9, 2023
2 parents c8992cb + 7c21e4c commit f75bdc4
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 @@ -178,7 +178,7 @@ object tests extends ScalaModule {
object test extends ScalaTests {
def ivyDeps = super.ivyDeps() ++ Seq(
ivy"org.scalameta::munit:0.7.29",
ivy"com.lihaoyi::os-lib:0.9.1",
ivy"com.lihaoyi::os-lib:0.9.2",
ivy"com.lihaoyi::pprint:0.8.1"
)
def testFramework = "munit.Framework"
Expand Down

0 comments on commit f75bdc4

Please sign in to comment.