Skip to content

Commit 5878698

Browse files
committed
Removed antlr comment
Signed-off-by: Prabhu Subramanian <prabhu@appthreat.com>
1 parent 91f1644 commit 5878698

File tree

1 file changed

+0
-2
lines changed

1 file changed

+0
-2
lines changed

project/Versions.scala

-2
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,6 @@
11
/* reads version declarations from /build.sbt so that we can declare them in one place */
22
object Versions {
33
val cpg = parseVersion("cpgVersion")
4-
// Dont upgrade antlr to 4.10 or above since those versions require java 11 or higher which
5-
// causes problems upstreams.
64
val antlr = "4.13.1"
75
val scalatest = "3.2.17"
86
val cats = "3.5.3"

0 commit comments

Comments
 (0)