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

jinterrante pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/daffodil.git


The following commit(s) were added to refs/heads/master by this push:
     new d4aa276  Update os-lib to 0.7.6
d4aa276 is described below

commit d4aa276a144133021fbdfb6125512713c87e6d04
Author: Scala Steward <[email protected]>
AuthorDate: Thu Apr 29 00:03:42 2021 +0200

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

diff --git a/project/Dependencies.scala b/project/Dependencies.scala
index a1c61f1..e00b1bb 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.7.5", // for writing/compiling C source 
files
+    "com.lihaoyi" %% "os-lib" % "0.7.6", // for writing/compiling C source 
files
     "org.scala-lang.modules" %% "scala-xml" % "1.3.0",
     "org.scala-lang.modules" %% "scala-parser-combinators" % "1.1.2",
     "com.ibm.icu" % "icu4j" % "69.1",

Reply via email to