This is an automated email from the ASF dual-hosted git repository.
slawrence 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 3d1840db1 Update os-lib to 0.11.5
3d1840db1 is described below
commit 3d1840db1b6a2f2601f410d8335f6406f9e85ff6
Author: Scala Steward <[email protected]>
AuthorDate: Thu Jul 31 13:56:24 2025 +0000
Update os-lib to 0.11.5
---
project/Dependencies.scala | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/project/Dependencies.scala b/project/Dependencies.scala
index 2266edff3..aaa939f31 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.4", // for writing/compiling C source
files
+ "com.lihaoyi" %% "os-lib" % "0.11.5", // 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" % "77.1",