From 23bcf26bbb0fe62bd4b42963c1c9241851b368c7 Mon Sep 17 00:00:00 2001 From: Scala Steward Date: Thu, 24 Oct 2024 19:31:59 +0000 Subject: [PATCH] Update scala-parser-combinators to 2.4.0 --- build.sbt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/build.sbt b/build.sbt index ef61600a..20f406e0 100644 --- a/build.sbt +++ b/build.sbt @@ -115,7 +115,7 @@ val buildSettings = Seq( ) }, dependencyOverrides ++= Seq( - "org.scala-lang.modules" %% "scala-parser-combinators" % "2.1.1", + "org.scala-lang.modules" %% "scala-parser-combinators" % "2.4.0", "xerces" % "xercesImpl" % "2.12.2", "org.apache.commons" % "commons-compress" % "1.26.0", "io.netty" % "netty-handler" % "4.1.107.Final",