Skip to content

Commit 38ba66a

Browse files
committed
Update scala3-library to 3.3.1
1 parent 64e897a commit 38ba66a

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

build.sbt

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
name := "overflowdb"
22
ThisBuild / organization := "io.shiftleft"
33
ThisBuild / scalaVersion := "2.13.10"
4-
ThisBuild / crossScalaVersions := Seq("2.13.10", "3.3.0")
4+
ThisBuild / crossScalaVersions := Seq("2.13.10", "3.3.1")
55
// TODO once we're on Scala 3.2.2: make chained implicits in `Implicits.scala` available again
66
// also, change other places that have temporarily been adapted - search for `TODO Scala 3.2.2`
77
publish / skip := true

0 commit comments

Comments
 (0)