Skip to content

Commit 64bdc75

Browse files
committed
Update scala3-library to 3.3.3
1 parent ea0b480 commit 64bdc75

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.13"
4-
ThisBuild / crossScalaVersions := Seq("2.13.13", "3.3.0")
4+
ThisBuild / crossScalaVersions := Seq("2.13.13", "3.3.3")
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)