Skip to content

Commit 0c2d3b7

Browse files
authored
scala 3.6.4 (#1816)
* scala 3.6.4 * fg
1 parent 2f23a6a commit 0c2d3b7

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

build.sbt

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,12 +1,12 @@
11
name := "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

66
inThisBuild(
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,

project/plugins.sbt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
addSbtPlugin("com.github.sbt" % "sbt-protobuf" % "0.8.2")
22
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")
44
addSbtPlugin("com.github.sbt" % "sbt-dynver" % "5.1.0")
55
addSbtPlugin("com.github.sbt" % "sbt-native-packager" % "1.10.4")
66
addSbtPlugin("io.joern" % "sbt-flatgraph" % Versions.flatgraph)

0 commit comments

Comments
 (0)