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/04/28 13:42:06 UTC

[daffodil] branch main updated: Update scala-parser-combinators to 2.3.0

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 0c0398a77 Update scala-parser-combinators to 2.3.0
0c0398a77 is described below

commit 0c0398a776614809ea48af83a1a925611bdfb949
Author: Scala Steward <sc...@virtuslab.com>
AuthorDate: Thu Apr 27 13:04:11 2023 +0000

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

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