Skip to content

Commit

Permalink
upgrade odb and scala (#1681)
Browse files Browse the repository at this point in the history
  • Loading branch information
mpollmeier authored Nov 7, 2022
1 parent 792d67c commit fe91709
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions build.sbt
Original file line number Diff line number Diff line change
@@ -1,14 +1,14 @@
name := "codepropertygraph"

// parsed by project/Versions.scala, updated by updateDependencies.sh
val overflowdbVersion = "1.150"
val overflowdbVersion = "1.151"
val overflowdbCodegenVersion = "2.71"

inThisBuild(
List(
organization := "io.shiftleft",
scalaVersion := "2.13.8",
crossScalaVersions := Seq("2.13.8", "3.1.0"),
crossScalaVersions := Seq("2.13.8", "3.2.1"),
resolvers ++= Seq(Resolver.mavenLocal, "Sonatype OSS" at "https://oss.sonatype.org/content/repositories/public"),
packageDoc / publishArtifact := true,
packageSrc / publishArtifact := true,
Expand Down

0 comments on commit fe91709

Please sign in to comment.