Skip to content

Commit

Permalink
Update os-lib to 0.10.6
Browse files Browse the repository at this point in the history
  • Loading branch information
scala-steward committed Sep 8, 2024
1 parent 1c4280b commit dd4c5d0
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 @@ -83,7 +83,7 @@ val scalafmtStandaloneDependencies = Seq(
val unitTestingStack = Seq(
"org.scalatest" %% "scalatest" % scalaTestVersion % Test,
"org.scalacheck" %% "scalacheck" % "1.18.0" % Test,
"com.lihaoyi" %% "os-lib" % "0.10.5" % Test
"com.lihaoyi" %% "os-lib" % "0.10.6" % Test
)

val commonDependencies =
Expand Down

0 comments on commit dd4c5d0

Please sign in to comment.