Skip to content

Commit

Permalink
latest codegen (ShiftLeftSecurity#1695)
Browse files Browse the repository at this point in the history
* upgrade deps

* released codegen
  • Loading branch information
mpollmeier authored Feb 16, 2023
1 parent 685fde1 commit d8d0844
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion build.sbt
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ name := "codepropertygraph"

// parsed by project/Versions.scala, updated by updateDependencies.sh
val overflowdbVersion = "1.167"
val overflowdbCodegenVersion = "2.82"
val overflowdbCodegenVersion = "2.83"

inThisBuild(
List(
Expand Down
2 changes: 1 addition & 1 deletion project/plugins.sbt
Original file line number Diff line number Diff line change
Expand Up @@ -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.72")
addSbtPlugin("io.shiftleft" % "sbt-overflowdb" % "2.83")

0 comments on commit d8d0844

Please sign in to comment.