File tree Expand file tree Collapse file tree 2 files changed +3
-3
lines changed
Expand file tree Collapse file tree 2 files changed +3
-3
lines changed 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 flatgraphVersion = " 0.1.12 "
4+ val flatgraphVersion = " 0.1.14 "
55
66inThisBuild(
77 List (
88 organization := " io.shiftleft" ,
9- scalaVersion := " 3.5.2 " ,
9+ scalaVersion := " 3.6.4 " ,
1010 resolvers ++= Seq (Resolver .mavenLocal, " Sonatype OSS" at " https://oss.sonatype.org/content/repositories/public" ),
1111 packageDoc / publishArtifact := true ,
1212 packageSrc / publishArtifact := true ,
Original file line number Diff line number Diff line change 11addSbtPlugin(" com.github.sbt" % " sbt-protobuf" % " 0.8.2" )
22addSbtPlugin(" org.scalameta" % " sbt-scalafmt" % " 2.4.6" )
3- addSbtPlugin(" io.shiftleft" % " sbt-ci-release-early" % " 2.0.48 " )
3+ addSbtPlugin(" io.shiftleft" % " sbt-ci-release-early" % " 2.1.2 " )
44addSbtPlugin(" com.github.sbt" % " sbt-dynver" % " 5.1.0" )
55addSbtPlugin(" com.github.sbt" % " sbt-native-packager" % " 1.10.4" )
66addSbtPlugin(" io.joern" % " sbt-flatgraph" % Versions .flatgraph)
You can’t perform that action at this time.
0 commit comments