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 d0bb41c2d Update scala-parser-combinators to 2.4.0
d0bb41c2d is described below
commit d0bb41c2ded3c67a2b77970d8a9232eb688cfd77
Author: Scala Steward <[email protected]>
AuthorDate: Fri Apr 19 13:41:22 2024 +0000
Update scala-parser-combinators to 2.4.0
---
project/Dependencies.scala | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/project/Dependencies.scala b/project/Dependencies.scala
index 81ee94194..916fa58fe 100644
--- a/project/Dependencies.scala
+++ b/project/Dependencies.scala
@@ -24,7 +24,7 @@ object Dependencies {
lazy val core = Seq(
"com.lihaoyi" %% "os-lib" % "0.10.0", // for writing/compiling C source
files
"org.scala-lang.modules" %% "scala-xml" % "2.3.0",
- "org.scala-lang.modules" %% "scala-parser-combinators" % "2.3.0",
+ "org.scala-lang.modules" %% "scala-parser-combinators" % "2.4.0",
"com.ibm.icu" % "icu4j" % "75.1",
"xerces" % "xercesImpl" % "2.12.2",
"xml-resolver" % "xml-resolver" % "1.2",