We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent ea0b480 commit 64bdc75Copy full SHA for 64bdc75
build.sbt
@@ -1,7 +1,7 @@
1
name := "overflowdb"
2
ThisBuild / organization := "io.shiftleft"
3
ThisBuild / scalaVersion := "2.13.13"
4
-ThisBuild / crossScalaVersions := Seq("2.13.13", "3.3.0")
+ThisBuild / crossScalaVersions := Seq("2.13.13", "3.3.3")
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