We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 64e897a commit 38ba66aCopy full SHA for 38ba66a
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 / crossScalaVersions := Seq("2.13.10", "3.3.1")
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
0 commit comments