Skip to content

Commit

Permalink
Merge pull request #774 from scala-steward/update/antlr4-4.13.2
Browse files Browse the repository at this point in the history
Update antlr4 to 4.13.2
  • Loading branch information
mcmpp authored Aug 6, 2024
2 parents 658a190 + e37ca40 commit 807131d
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 @@ -101,7 +101,7 @@ val buildSettings = Seq(
"com.github.blemale" %% "scaffeine" % "5.3.0", // ### Scala 3
"de.zalando" %% "beard" % "0.3.3" exclude("ch.qos.logback", "logback-classic") from "https://github.com/OpenOlitor/beard/releases/download/0.3.3/beard_2.13-0.3.3.jar", // ### NO Scala 3, NO Scala 2.13
// transitive dependencies of legacy de.zalando.beard
"org.antlr" % "antlr4" % "4.8-1",
"org.antlr" % "antlr4" % "4.13.2",
"io.monix" %% "monix" % "3.4.1", // ### Scala 3
"net.codecrete.qrbill" % "qrbill-generator" % "3.2.0",
"io.nayuki" % "qrcodegen" % "1.8.0",
Expand Down

0 comments on commit 807131d

Please sign in to comment.