This is an automated email from the ASF dual-hosted git repository.

olabusayoT 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 213c77ad7 Update os-lib to 0.11.8
213c77ad7 is described below

commit 213c77ad78b9fbec46fc60f1c92c5823bae5a824
Author: Scala Steward <[email protected]>
AuthorDate: Sun Feb 1 04:23:01 2026 +0000

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

diff --git a/project/Dependencies.scala b/project/Dependencies.scala
index 35950ff1e..1a05a7aa5 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.11.7", // for writing/compiling C source 
files
+    "com.lihaoyi" %% "os-lib" % "0.11.8", // for writing/compiling C source 
files
     "org.scala-lang.modules" %% "scala-xml" % "2.4.0",
     "org.scala-lang.modules" %% "scala-parser-combinators" % "2.4.0",
     "com.ibm.icu" % "icu4j" % "78.2",

Reply via email to