Skip to content

Commit

Permalink
Merge pull request #464 from scala-steward/update/os-lib-0.10.3
Browse files Browse the repository at this point in the history
Update os-lib to 0.10.3
  • Loading branch information
jamesward authored Jul 22, 2024
2 parents 9885e01 + 8fd8682 commit a135306
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion build.sbt
Original file line number Diff line number Diff line change
Expand Up @@ -62,7 +62,7 @@ libraryDependencies ++=
"org.scalameta" %% "mdoc" % "2.5.4",
"dev.zio" %% "zio-test" % zioVersion,
"dev.zio" %% "zio-test-sbt" % zioVersion % Test,
"com.lihaoyi" %% "os-lib" % "0.10.2" % Test,
"com.lihaoyi" %% "os-lib" % "0.10.3" % Test,
)

fork := true
Expand Down

0 comments on commit a135306

Please sign in to comment.