This is an automated email from the ASF dual-hosted git repository. jinterrante pushed a commit to branch main in repository https://gitbox.apache.org/repos/asf/daffodil.git
The following commit(s) were added to refs/heads/main by this push: new debf1d493 Update os-lib to 0.9.0 debf1d493 is described below commit debf1d493eb53476d1570b7ed4f25aa06d260d66 Author: Scala Steward <scala_stew...@virtuslab.com> AuthorDate: Tue Dec 6 22:23:14 2022 +0000 Update os-lib to 0.9.0 --- project/Dependencies.scala | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/project/Dependencies.scala b/project/Dependencies.scala index 4e43239a6..e4e67b5dc 100644 --- a/project/Dependencies.scala +++ b/project/Dependencies.scala @@ -22,7 +22,7 @@ object Dependencies { lazy val common = core ++ infoset ++ test lazy val core = Seq( - "com.lihaoyi" %% "os-lib" % "0.8.1", // for writing/compiling C source files + "com.lihaoyi" %% "os-lib" % "0.9.0", // for writing/compiling C source files "org.scala-lang.modules" %% "scala-xml" % "2.1.0", "org.scala-lang.modules" %% "scala-parser-combinators" % "2.1.1", "com.ibm.icu" % "icu4j" % "72.1",