Skip to content

Commit

Permalink
Update antlr4 to 4.13.2
Browse files Browse the repository at this point in the history
  • Loading branch information
scala-steward committed Aug 6, 2024
1 parent 4bb7259 commit 3b90c5b
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 @@ -20,7 +20,7 @@ parallelExecution in Test := false
libraryDependencies += "com.typesafe.scala-logging" %% "scala-logging" % "3.9.2"
libraryDependencies += "ch.qos.logback" % "logback-classic" % "1.2.3"

libraryDependencies += "org.antlr" % "antlr4" % "4.8-1"
libraryDependencies += "org.antlr" % "antlr4" % "4.13.2"
libraryDependencies += "org.scalatest" %% "scalatest" % "3.2.1" % "test"

libraryDependencies ++= Seq(
Expand Down

0 comments on commit 3b90c5b

Please sign in to comment.