Skip to content

Commit

Permalink
update: os-lib 0.9.3 -> 0.10.0 (#208)
Browse files Browse the repository at this point in the history
  • Loading branch information
zhaihao committed Apr 20, 2024
1 parent efbcbf7 commit 0cffbd4
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion project/Dependencies.scala
Expand Up @@ -22,7 +22,7 @@ object Dependencies extends AutoPlugin {
lazy val scalatest = "org.scalatest" %% "scalatest-freespec" % "3.2.18" % Provided
lazy val scalatest_must = "org.scalatest" %% "scalatest-mustmatchers" % "3.2.18" % Provided
lazy val play_json = "org.playframework" %% "play-json" % "3.0.2" % Provided
lazy val os_lib = "com.lihaoyi" %% "os-lib" % "0.9.3" % Provided
lazy val os_lib = "com.lihaoyi" %% "os-lib" % "0.10.0" % Provided
lazy val fastparse = "com.lihaoyi" %% "fastparse" % "2.3.3" % Provided
lazy val json4s = "org.json4s" %% "json4s-jackson" % "4.0.7" % Provided
lazy val typesafe_config = "com.typesafe" % "config" % "1.4.3" % Provided
Expand Down

0 comments on commit 0cffbd4

Please sign in to comment.