We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 792d67c commit fe91709Copy full SHA for fe91709
build.sbt
@@ -1,14 +1,14 @@
1
name := "codepropertygraph"
2
3
// parsed by project/Versions.scala, updated by updateDependencies.sh
4
-val overflowdbVersion = "1.150"
+val overflowdbVersion = "1.151"
5
val overflowdbCodegenVersion = "2.71"
6
7
inThisBuild(
8
List(
9
organization := "io.shiftleft",
10
scalaVersion := "2.13.8",
11
- crossScalaVersions := Seq("2.13.8", "3.1.0"),
+ crossScalaVersions := Seq("2.13.8", "3.2.1"),
12
resolvers ++= Seq(Resolver.mavenLocal, "Sonatype OSS" at "https://oss.sonatype.org/content/repositories/public"),
13
packageDoc / publishArtifact := true,
14
packageSrc / publishArtifact := true,
0 commit comments