We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 05c5d8f commit f6e9ba1Copy full SHA for f6e9ba1
build.sbt
@@ -7,7 +7,7 @@ organization := "io.shiftleft"
7
ThisBuild / scalaVersion := "2.13.5"
8
// don't upgrade to 2.13.6 until https://github.com/com-lihaoyi/Ammonite/issues/1182 is resolved
9
ThisBuild /Test /fork := true
10
-val cpgVersion = "1.3.224"
+val cpgVersion = "1.3.235"
11
val ghidra2cpgVersion = "0.0.19"
12
13
ThisBuild / resolvers ++= Seq(
0 commit comments