Skip to content

Commit

Permalink
Merge pull request #260 from scala-steward/update/os-lib-0.9.3
Browse files Browse the repository at this point in the history
Update os-lib to 0.9.3
  • Loading branch information
tgodzik committed Mar 13, 2024
2 parents 87d1ad6 + 237100b commit 5e23235
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion project/Deps.scala
Expand Up @@ -3,7 +3,7 @@ import sbt._
object Deps {
lazy val munit = "org.scalameta" %% "munit" % "1.0.0-M11"

lazy val osLib = "com.lihaoyi" %% "os-lib" % "0.9.1"
lazy val osLib = "com.lihaoyi" %% "os-lib" % "0.9.3"

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

0 comments on commit 5e23235

Please sign in to comment.