Skip to content

Commit

Permalink
Merge pull request #807 from scala-steward/update/scala-parser-combin…
Browse files Browse the repository at this point in the history
…ators-2.4.0

Update scala-parser-combinators to 2.4.0
  • Loading branch information
mcmpp authored Oct 28, 2024
2 parents d91995f + 23bcf26 commit 376ea0c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion build.sbt
Original file line number Diff line number Diff line change
Expand Up @@ -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.2",
"io.netty" % "netty-handler" % "4.1.114.Final",
Expand Down

0 comments on commit 376ea0c

Please sign in to comment.