Skip to content

Commit

Permalink
update: os-lib 0.9.0 -> 0.9.2 (#176)
Browse files Browse the repository at this point in the history
* update: os-lib 0.9.0 -> 0.9.2

* Revert commit(s) 2cc57f1

* update: os-lib 0.9.0 -> 0.9.2
  • Loading branch information
zhaihao committed Nov 18, 2023
1 parent 9ee7cf9 commit 29e12f2
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.17" % Provided
lazy val scalatest_must = "org.scalatest" %% "scalatest-mustmatchers" % "3.2.17" % Provided
lazy val play_json = "org.playframework" %% "play-json" % "3.0.1" % Provided
lazy val os_lib = "com.lihaoyi" %% "os-lib" % "0.9.0" % Provided
lazy val os_lib = "com.lihaoyi" %% "os-lib" % "0.9.2" % Provided
lazy val fastparse = "com.lihaoyi" %% "fastparse" % "2.3.3" % Provided
lazy val json4s = "org.json4s" %% "json4s-jackson" % "4.0.6" % Provided
lazy val typesafe_config = "com.typesafe" % "config" % "1.4.3" % Provided
Expand Down

0 comments on commit 29e12f2

Please sign in to comment.