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 fe91709 commit 0b1a92dCopy full SHA for 0b1a92d
build.sbt
@@ -2,7 +2,7 @@ name := "codepropertygraph"
2
3
// parsed by project/Versions.scala, updated by updateDependencies.sh
4
val overflowdbVersion = "1.151"
5
-val overflowdbCodegenVersion = "2.71"
+val overflowdbCodegenVersion = "2.72"
6
7
inThisBuild(
8
List(
project/plugins.sbt
@@ -5,4 +5,4 @@ addSbtPlugin("io.shiftleft" % "sbt-ci-release-early" % "2.0.18")
addSbtPlugin("com.dwijnand" % "sbt-dynver" % "4.1.1")
addSbtPlugin("com.typesafe.sbt" % "sbt-native-packager" % "1.3.5")
addSbtPlugin("ch.epfl.scala" % "sbt-scalafix" % "0.9.27")
-addSbtPlugin("io.shiftleft" % "sbt-overflowdb" % "2.53")
+addSbtPlugin("io.shiftleft" % "sbt-overflowdb" % "2.72")
0 commit comments