diff --git a/build.sbt b/build.sbt index 3f2c65897..cbaf5733a 100644 --- a/build.sbt +++ b/build.sbt @@ -1,7 +1,7 @@ name := "codepropertygraph" // parsed by project/Versions.scala, updated by updateDependencies.sh -val flatgraphVersion = "0.0.81" +val flatgraphVersion = "0.0.86" inThisBuild( List( diff --git a/domainClasses/src/main/generated/io/shiftleft/codepropertygraph/generated/GraphSchema.scala b/domainClasses/src/main/generated/io/shiftleft/codepropertygraph/generated/GraphSchema.scala index 98dc997a4..ae3b63952 100644 --- a/domainClasses/src/main/generated/io/shiftleft/codepropertygraph/generated/GraphSchema.scala +++ b/domainClasses/src/main/generated/io/shiftleft/codepropertygraph/generated/GraphSchema.scala @@ -50,7 +50,7 @@ object GraphSchema extends flatgraph.Schema { "UNKNOWN" ) val nodeKindByLabel = nodeLabels.zipWithIndex.toMap - val edgeLabels = Array( + val edgeLabels: Array[String] = Array( "ALIAS_OF", "ARGUMENT", "AST", @@ -236,7 +236,7 @@ object GraphSchema extends flatgraph.Schema { size => new Array[flatgraph.GNode](size), size => new Array[flatgraph.GNode](size) ) - val normalNodePropertyNames = Array( + val normalNodePropertyNames: Array[String] = Array( "ALIAS_TYPE_FULL_NAME", "ARGUMENT_INDEX", "ARGUMENT_NAME",