Skip to content

Commit fe91709

Browse files
authored
upgrade odb and scala (#1681)
1 parent 792d67c commit fe91709

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

build.sbt

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,14 +1,14 @@
11
name := "codepropertygraph"
22

33
// parsed by project/Versions.scala, updated by updateDependencies.sh
4-
val overflowdbVersion = "1.150"
4+
val overflowdbVersion = "1.151"
55
val overflowdbCodegenVersion = "2.71"
66

77
inThisBuild(
88
List(
99
organization := "io.shiftleft",
1010
scalaVersion := "2.13.8",
11-
crossScalaVersions := Seq("2.13.8", "3.1.0"),
11+
crossScalaVersions := Seq("2.13.8", "3.2.1"),
1212
resolvers ++= Seq(Resolver.mavenLocal, "Sonatype OSS" at "https://oss.sonatype.org/content/repositories/public"),
1313
packageDoc / publishArtifact := true,
1414
packageSrc / publishArtifact := true,

0 commit comments

Comments
 (0)