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.
2 parents 5009512 + e4cf296 commit 310ae08Copy full SHA for 310ae08
1 file changed
build.sbt
@@ -8,7 +8,7 @@ ThisBuild / organization := "org.typelevel"
8
ThisBuild / organizationName := "Typelevel"
9
ThisBuild / startYear := Some(2023)
10
11
-ThisBuild / crossScalaVersions := Seq("3.3.3", "2.12.19", "2.13.14")
+ThisBuild / crossScalaVersions := Seq("3.3.3", "2.12.20", "2.13.14")
12
ThisBuild / scalaVersion := (ThisBuild / crossScalaVersions).value.head
13
14
ThisBuild / doctestTestFramework := DoctestTestFramework.ScalaCheck
0 commit comments