Skip to content

Commit 0b1a92d

Browse files
authored
upgrade odb codegen (#1682)
1 parent fe91709 commit 0b1a92d

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

build.sbt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@ name := "codepropertygraph"
22

33
// parsed by project/Versions.scala, updated by updateDependencies.sh
44
val overflowdbVersion = "1.151"
5-
val overflowdbCodegenVersion = "2.71"
5+
val overflowdbCodegenVersion = "2.72"
66

77
inThisBuild(
88
List(

project/plugins.sbt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,4 +5,4 @@ addSbtPlugin("io.shiftleft" % "sbt-ci-release-early" % "2.0.18")
55
addSbtPlugin("com.dwijnand" % "sbt-dynver" % "4.1.1")
66
addSbtPlugin("com.typesafe.sbt" % "sbt-native-packager" % "1.3.5")
77
addSbtPlugin("ch.epfl.scala" % "sbt-scalafix" % "0.9.27")
8-
addSbtPlugin("io.shiftleft" % "sbt-overflowdb" % "2.53")
8+
addSbtPlugin("io.shiftleft" % "sbt-overflowdb" % "2.72")

0 commit comments

Comments
 (0)