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 68303e4 commit df5812bCopy full SHA for df5812b
build.sbt
@@ -1,9 +1,7 @@
1
name := "overflowdb"
2
ThisBuild / organization := "io.shiftleft"
3
ThisBuild / scalaVersion := "2.13.13"
4
-ThisBuild / crossScalaVersions := Seq("2.13.13", "3.4.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`
+ThisBuild / crossScalaVersions := Seq("2.13.13", "3.3.6")
7
publish / skip := true
8
9
lazy val core = project.in(file("core"))
0 commit comments