We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 0810c40 commit 439314cCopy full SHA for 439314c
build.sbt
@@ -1,7 +1,7 @@
1
name := "overflowdb"
2
ThisBuild / organization := "io.shiftleft"
3
-ThisBuild / scalaVersion := "2.13.10"
4
-ThisBuild / crossScalaVersions := Seq("2.13.10", "3.3.0")
+ThisBuild / scalaVersion := "2.13.13"
+ThisBuild / crossScalaVersions := Seq("2.13.13", "3.3.0")
5
// TODO once we're on Scala 3.2.2: make chained implicits in `Implicits.scala` available again
6
// also, change other places that have temporarily been adapted - search for `TODO Scala 3.2.2`
7
publish / skip := true
project/build.properties
@@ -1 +1 @@
-sbt.version=1.9.8
+sbt.version=1.9.9
0 commit comments