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 4005bfb25 Update os-lib to 0.9.3
4005bfb25 is described below

commit 4005bfb25abea004dbe5fce58c7b602dddf10b5a
Author: Scala Steward <[email protected]>
AuthorDate: Fri Jan 12 13:21:42 2024 +0000

    Update os-lib to 0.9.3
---
 project/Dependencies.scala | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/project/Dependencies.scala b/project/Dependencies.scala
index e97de7882..b6e98b141 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.9.2", // for writing/compiling C source 
files
+    "com.lihaoyi" %% "os-lib" % "0.9.3", // 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",

Reply via email to