Skip to content

Commit

Permalink
upgrade deps, scala 3.5.2 (#1793)
Browse files Browse the repository at this point in the history
  • Loading branch information
mpollmeier authored Dec 11, 2024
1 parent 7dbc171 commit 3e49ed1
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions build.sbt
Original file line number Diff line number Diff line change
@@ -1,12 +1,12 @@
name := "codepropertygraph"

// parsed by project/Versions.scala, updated by updateDependencies.sh
val flatgraphVersion = "0.0.99"
val flatgraphVersion = "0.1.1"

inThisBuild(
List(
organization := "io.shiftleft",
scalaVersion := "3.4.3",
scalaVersion := "3.5.2",
resolvers ++= Seq(Resolver.mavenLocal, "Sonatype OSS" at "https://oss.sonatype.org/content/repositories/public"),
packageDoc / publishArtifact := true,
packageSrc / publishArtifact := true,
Expand Down
2 changes: 1 addition & 1 deletion project/build.properties
Original file line number Diff line number Diff line change
@@ -1 +1 @@
sbt.version=1.10.5
sbt.version=1.10.6

0 comments on commit 3e49ed1

Please sign in to comment.