Skip to content

Commit

Permalink
upgrade deps (incl. scala and sbt) (#1735)
Browse files Browse the repository at this point in the history
  • Loading branch information
mpollmeier authored Sep 15, 2023
1 parent 24d1106 commit 9a3d82f
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
Expand Up @@ -2,12 +2,12 @@ name := "codepropertygraph"

// parsed by project/Versions.scala, updated by updateDependencies.sh
val overflowdbVersion = "1.181"
val overflowdbCodegenVersion = "2.103"
val overflowdbCodegenVersion = "2.104"

inThisBuild(
List(
organization := "io.shiftleft",
scalaVersion := "3.3.0",
scalaVersion := "3.3.1",
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.9.3
sbt.version=1.9.5

0 comments on commit 9a3d82f

Please sign in to comment.