Skip to content

Commit

Permalink
scala 3.4.1 (#429)
Browse files Browse the repository at this point in the history
  • Loading branch information
mpollmeier authored Apr 9, 2024
1 parent 205b651 commit 09bc7ec
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion build.sbt
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
name := "overflowdb"
ThisBuild / organization := "io.shiftleft"
ThisBuild / scalaVersion := "2.13.13"
ThisBuild / crossScalaVersions := Seq("2.13.13", "3.3.0")
ThisBuild / crossScalaVersions := Seq("2.13.13", "3.4.1")
// TODO once we're on Scala 3.2.2: make chained implicits in `Implicits.scala` available again
// also, change other places that have temporarily been adapted - search for `TODO Scala 3.2.2`
publish / skip := true
Expand Down

0 comments on commit 09bc7ec

Please sign in to comment.