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 04bcd04b7 Update os-lib to 0.11.1
04bcd04b7 is described below
commit 04bcd04b7e6ea363daf32c8846e18e3420e81c62
Author: Scala Steward <[email protected]>
AuthorDate: Tue Oct 8 13:23:30 2024 +0000
Update os-lib to 0.11.1
---
project/Dependencies.scala | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/project/Dependencies.scala b/project/Dependencies.scala
index 4f44608b6..c8ca40dac 100644
--- a/project/Dependencies.scala
+++ b/project/Dependencies.scala
@@ -23,7 +23,7 @@ object Dependencies {
lazy val common = core ++ infoset ++ test
lazy val core = Seq(
- "com.lihaoyi" %% "os-lib" % "0.10.7", // for writing/compiling C source
files
+ "com.lihaoyi" %% "os-lib" % "0.11.1", // 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",