Skip to content

Commit

Permalink
Update antlr4-runtime to 4.9.1 (#307)
Browse files Browse the repository at this point in the history
  • Loading branch information
scala-steward committed Jan 5, 2021
1 parent 96c9158 commit 4109d89
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion build.sbt
Expand Up @@ -55,7 +55,7 @@ libraryDependencies += "org.jsoup" % "jsoup" % "1.13.1"
libraryDependencies += "org.typelevel" %% "cats-effect" % "2.3.1"
libraryDependencies += "com.github.pathikrit" %% "better-files" % "3.9.1"
libraryDependencies += "io.get-coursier" %% "coursier-core" % "2.0.8"
libraryDependencies += "org.antlr" % "antlr4-runtime" % "4.9"
libraryDependencies += "org.antlr" % "antlr4-runtime" % "4.9.1"
libraryDependencies += "io.estatico" %% "newtype" % "0.4.4"
libraryDependencies += "eu.timepit" %% "refined" % "0.9.20"
libraryDependencies += "com.github.julien-truffaut" %% "monocle-core" % "2.1.0"
Expand Down

0 comments on commit 4109d89

Please sign in to comment.