Skip to content

Commit

Permalink
Update os-lib to 0.10.3
Browse files Browse the repository at this point in the history
  • Loading branch information
scala-steward committed Jul 22, 2024
1 parent 91cbccb commit 8fd8682
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 8fd8682

Please sign in to comment.