Skip to content

Commit

Permalink
Merge pull request #297 from scala-steward/update/os-lib-0.10.1
Browse files Browse the repository at this point in the history
Update os-lib to 0.10.1
  • Loading branch information
tgodzik authored May 20, 2024
2 parents 24b1ebb + 9c82e60 commit 5e05c4c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion project/Deps.scala
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ import sbt._
object Deps {
lazy val munit = "org.scalameta" %% "munit" % "1.0.0-RC1"

lazy val osLib = "com.lihaoyi" %% "os-lib" % "0.10.0"
lazy val osLib = "com.lihaoyi" %% "os-lib" % "0.10.1"

lazy val pprint = "com.lihaoyi" %% "pprint" % "0.9.0"
}

0 comments on commit 5e05c4c

Please sign in to comment.