We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 91f1644 commit 5878698Copy full SHA for 5878698
project/Versions.scala
@@ -1,8 +1,6 @@
1
/* reads version declarations from /build.sbt so that we can declare them in one place */
2
object Versions {
3
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.
6
val antlr = "4.13.1"
7
val scalatest = "3.2.17"
8
val cats = "3.5.3"
0 commit comments