You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@daffodil.apache.org by sl...@apache.org on 2023/03/08 16:52:20 UTC

[daffodil] branch main updated: Update os-lib to 0.9.1

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 b1a5ab06c Update os-lib to 0.9.1
b1a5ab06c is described below

commit b1a5ab06c3bd194ecd43f37789654c89c83beb49
Author: Scala Steward <sc...@virtuslab.com>
AuthorDate: Wed Mar 8 13:22:02 2023 +0000

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

diff --git a/project/Dependencies.scala b/project/Dependencies.scala
index 9634aa517..d87ed21a0 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.0", // for writing/compiling C source files
+    "com.lihaoyi" %% "os-lib" % "0.9.1", // for writing/compiling C source files
     "org.scala-lang.modules" %% "scala-xml" % "2.1.0",
     "org.scala-lang.modules" %% "scala-parser-combinators" % "2.2.0",
     "com.ibm.icu" % "icu4j" % "72.1",