We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 62b175a commit 2bf6074Copy full SHA for 2bf6074
1 file changed
codepropertygraph/build.sbt
@@ -3,7 +3,7 @@ name := "codepropertygraph"
3
dependsOn(Projects.protoBindings)
4
5
libraryDependencies ++= Seq(
6
- "io.shiftleft" %% "overflowdb-traversal" % "1.11",
+ "io.shiftleft" %% "overflowdb-traversal" % "1.14",
7
"com.github.pathikrit" %% "better-files" % "3.8.0",
8
"org.scala-lang.modules" %% "scala-java8-compat" % "0.9.0",
9
"org.slf4j" % "slf4j-api" % "1.7.30",
0 commit comments