Skip to content

Commit

Permalink
Update os-lib to 0.10.5 (#656)
Browse files Browse the repository at this point in the history
  • Loading branch information
softwaremill-ci authored Aug 31, 2024
1 parent 2b9cd0b commit 5386a1f
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.4" % Test
"com.lihaoyi" %% "os-lib" % "0.10.5" % Test
)

val commonDependencies =
Expand Down

0 comments on commit 5386a1f

Please sign in to comment.