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 1
1
name := " codepropertygraph"
2
2
3
3
// parsed by project/Versions.scala, updated by updateDependencies.sh
4
- val flatgraphVersion = " 0.1.12 "
4
+ val flatgraphVersion = " 0.1.14 "
5
5
6
6
inThisBuild(
7
7
List (
8
8
organization := " io.shiftleft" ,
9
- scalaVersion := " 3.5.2 " ,
9
+ scalaVersion := " 3.6.4 " ,
10
10
resolvers ++= Seq (Resolver .mavenLocal, " Sonatype OSS" at " https://oss.sonatype.org/content/repositories/public" ),
11
11
packageDoc / publishArtifact := true ,
12
12
packageSrc / publishArtifact := true ,
Original file line number Diff line number Diff line change 1
1
addSbtPlugin(" com.github.sbt" % " sbt-protobuf" % " 0.8.2" )
2
2
addSbtPlugin(" 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 " )
4
4
addSbtPlugin(" com.github.sbt" % " sbt-dynver" % " 5.1.0" )
5
5
addSbtPlugin(" com.github.sbt" % " sbt-native-packager" % " 1.10.4" )
6
6
addSbtPlugin(" io.joern" % " sbt-flatgraph" % Versions .flatgraph)
You can’t perform that action at this time.
0 commit comments