Skip to content

Commit

Permalink
Update os-lib to 0.11.3
Browse files Browse the repository at this point in the history
  • Loading branch information
scala-steward authored and olabusayoT committed Nov 4, 2024
1 parent 191362b commit fcf2515
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion project/Dependencies.scala
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@ object Dependencies {
lazy val common = core ++ infoset ++ test

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

0 comments on commit fcf2515

Please sign in to comment.