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 1582d24  Update scala-parser-combinators to 2.1.0
1582d24 is described below

commit 1582d2438d66cc19e01b5685214c93f5ba5d3e7f
Author: Scala Steward <[email protected]>
AuthorDate: Tue Sep 28 08:04:53 2021 +0200

    Update scala-parser-combinators to 2.1.0
---
 project/Dependencies.scala | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/project/Dependencies.scala b/project/Dependencies.scala
index 0536c5a..1c009b5 100644
--- a/project/Dependencies.scala
+++ b/project/Dependencies.scala
@@ -24,7 +24,7 @@ object Dependencies {
   lazy val core = Seq(
     "com.lihaoyi" %% "os-lib" % "0.7.8", // for writing/compiling C source 
files
     "org.scala-lang.modules" %% "scala-xml" % "2.0.1",
-    "org.scala-lang.modules" %% "scala-parser-combinators" % "2.0.0",
+    "org.scala-lang.modules" %% "scala-parser-combinators" % "2.1.0",
     "com.ibm.icu" % "icu4j" % "69.1",
     "xerces" % "xercesImpl" % "2.12.1",
     "xml-resolver" % "xml-resolver" % "1.2",

Reply via email to