File tree Expand file tree Collapse file tree
domainClasses/src/main/generated/io/shiftleft/codepropertygraph/generated Expand file tree Collapse file tree Original file line number Diff line number Diff line change 11name := " codepropertygraph"
22
33// parsed by project/Versions.scala, updated by updateDependencies.sh
4- val overflowdbVersion = " 1.183 "
5- val overflowdbCodegenVersion = " 2.105 "
4+ val overflowdbVersion = " 1.185 "
5+ val overflowdbCodegenVersion = " 2.106 "
66
77inThisBuild(
88 List (
Original file line number Diff line number Diff line change 11package io .shiftleft .codepropertygraph .generated
22
33import java .nio .file .{Path , Paths }
4- import overflowdb .traversal .help .{DocSearchPackages , TraversalHelp }
54import overflowdb .{Config , Graph }
5+ import overflowdb .traversal .help .{DocSearchPackages , TraversalHelp }
6+ import overflowdb .traversal .help .Table .AvailableWidthProvider
67import scala .jdk .javaapi .CollectionConverters .asJava
78
89object Cpg {
@@ -56,7 +57,7 @@ object Cpg {
5657class Cpg (private val _graph : Graph = Cpg .emptyGraph) extends AutoCloseable {
5758 def graph : Graph = _graph
5859
59- def help (implicit searchPackageNames : DocSearchPackages ): String =
60+ def help (implicit searchPackageNames : DocSearchPackages , availableWidthProvider : AvailableWidthProvider ): String =
6061 new TraversalHelp (searchPackageNames).forTraversalSources
6162
6263 override def close (): Unit =
Original file line number Diff line number Diff line change @@ -4,4 +4,4 @@ addSbtPlugin("com.github.sbt" % "sbt-findbugs" % "2.0.0")
44addSbtPlugin(" io.shiftleft" % " sbt-ci-release-early" % " 2.0.18" )
55addSbtPlugin(" com.dwijnand" % " sbt-dynver" % " 4.1.1" )
66addSbtPlugin(" com.typesafe.sbt" % " sbt-native-packager" % " 1.3.5" )
7- addSbtPlugin(" io.shiftleft" % " sbt-overflowdb" % " 2.103 " )
7+ addSbtPlugin(" io.shiftleft" % " sbt-overflowdb" % " 2.106 " )
You can’t perform that action at this time.
0 commit comments