Commit cd5871e 1 parent 29e03b0 commit cd5871e Copy full SHA for cd5871e
File tree 3 files changed +6
-6
lines changed
3 files changed +6
-6
lines changed Original file line number Diff line number Diff line change @@ -3,9 +3,9 @@ name := "console"
3
3
enablePlugins(JavaAppPackaging )
4
4
5
5
val ScoptVersion = " 4.1.0"
6
- val CaskVersion = " 0.9.1 "
6
+ val CaskVersion = " 0.9.2 "
7
7
val CirceVersion = " 0.14.6"
8
- val ZeroturnaroundVersion = " 1.16 "
8
+ val ZeroturnaroundVersion = " 1.17 "
9
9
10
10
dependsOn(
11
11
Projects .semanticcpg,
Original file line number Diff line number Diff line change @@ -10,7 +10,7 @@ libraryDependencies ++= Seq(
10
10
ExclusionRule (organization = " org.eclipse.platform" , name = " org.eclipse.jface" ),
11
11
ExclusionRule (organization = " org.eclipse.platform" , name = " org.eclipse.jface.text" )
12
12
),
13
- " org.jline" % " jline" % " 3.25.0 " ,
13
+ " org.jline" % " jline" % " 3.25.1 " ,
14
14
" org.scalatest" %% " scalatest" % Versions .scalatest % Test
15
15
)
16
16
Original file line number Diff line number Diff line change @@ -3,14 +3,14 @@ object Versions {
3
3
val cpg = parseVersion(" cpgVersion" )
4
4
// Dont upgrade antlr to 4.10 or above since those versions require java 11 or higher which
5
5
// causes problems upstreams.
6
- val antlr = " 4.7 "
6
+ val antlr = " 4.13.1 "
7
7
val scalatest = " 3.2.17"
8
- val cats = " 3.5.2 "
8
+ val cats = " 3.5.3 "
9
9
val json4s = " 4.0.7"
10
10
val gradleTooling = " 8.5"
11
11
val circe = " 0.14.6"
12
12
val requests = " 0.8.0"
13
- val upickle = " 3.1.3 "
13
+ val upickle = " 3.1.4 "
14
14
val scalaReplPP = " 0.1.76"
15
15
16
16
private def parseVersion (key : String ): String = {
You can’t perform that action at this time.
0 commit comments