Skip to content

Commit

Permalink
Update os-lib to 0.10.0
Browse files Browse the repository at this point in the history
  • Loading branch information
scala-steward authored and stevedlawrence committed Apr 15, 2024
1 parent 1040635 commit 03d5a52
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 {
lazy val common = core ++ infoset ++ test

lazy val core = Seq(
"com.lihaoyi" %% "os-lib" % "0.9.3", // for writing/compiling C source files
"com.lihaoyi" %% "os-lib" % "0.10.0", // for writing/compiling C source files
"org.scala-lang.modules" %% "scala-xml" % "2.2.0",
"org.scala-lang.modules" %% "scala-parser-combinators" % "2.3.0",
"com.ibm.icu" % "icu4j" % "74.2",
Expand Down

0 comments on commit 03d5a52

Please sign in to comment.