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 2022/02/22 12:35:21 UTC

[daffodil] branch main updated: Update scala-parser-combinators to 2.1.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 835bb36  Update scala-parser-combinators to 2.1.1
835bb36 is described below

commit 835bb3633819e83071dad1c74861f50467c1ba7e
Author: Scala Steward <me...@scala-steward.org>
AuthorDate: Sat Feb 19 18:03:56 2022 +0100

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

diff --git a/project/Dependencies.scala b/project/Dependencies.scala
index 315fb7b..e9b0fad 100644
--- a/project/Dependencies.scala
+++ b/project/Dependencies.scala
@@ -24,7 +24,7 @@ object Dependencies {
   lazy val core = Seq(
     "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",
+    "org.scala-lang.modules" %% "scala-parser-combinators" % "2.1.1",
     "com.ibm.icu" % "icu4j" % "70.1",
     "xerces" % "xercesImpl" % "2.12.2",
     "xml-resolver" % "xml-resolver" % "1.2",