diff --git a/build.sbt b/build.sbt index c9e7e50d1..4183f5b98 100644 --- a/build.sbt +++ b/build.sbt @@ -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, diff --git a/project/build.properties b/project/build.properties index 52413ab79..51b51fce6 100644 --- a/project/build.properties +++ b/project/build.properties @@ -1 +1 @@ -sbt.version=1.9.3 +sbt.version=1.9.5