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 f638267 Update os-lib to 0.8.1
f638267 is described below
commit f63826781be4ab80513b3ede71da8ce425da2b21
Author: Scala Steward <[email protected]>
AuthorDate: Mon Jan 31 22:05:24 2022 +0100
Update os-lib to 0.8.1
---
project/Dependencies.scala | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/project/Dependencies.scala b/project/Dependencies.scala
index 43f4b54..0e6b433 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.0", // for writing/compiling C source
files
+ "com.lihaoyi" %% "os-lib" % "0.8.1", // for writing/compiling C source
files
"org.scala-lang.modules" %% "scala-xml" % "2.0.1",
"org.scala-lang.modules" %% "scala-parser-combinators" % "2.1.0",
"com.ibm.icu" % "icu4j" % "70.1",