Skip to content

Commit

Permalink
Update os-lib to 0.9.3 (#592)
Browse files Browse the repository at this point in the history
  • Loading branch information
scala-steward authored Jan 28, 2024
1 parent 5ed8ed0 commit 02257bf
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.{stringToOrganization, ModuleID}
object Deps {
val parserCombinators = "org.scala-lang.modules" %% "scala-parser-combinators" % "1.1.2"
val ammoniteOps = "com.lihaoyi" %% "ammonite-ops" % "2.4.0"
val osLib = "com.lihaoyi" %% "os-lib" % "0.9.1"
val osLib = "com.lihaoyi" %% "os-lib" % "0.9.3"
val sourcecode = "com.lihaoyi" %% "sourcecode" % "0.3.1"
val scalatest = "org.scalatest" %% "scalatest" % "3.2.17"
val fansi = "com.lihaoyi" %% "fansi" % "0.4.0"
Expand Down

0 comments on commit 02257bf

Please sign in to comment.