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 aa8c646 + a2a1cc3 commit 654228eCopy full SHA for 654228e
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.18", "2.13.12")
+ThisBuild / crossScalaVersions := Seq("3.3.3", "2.12.19", "2.13.12")
12
ThisBuild / scalaVersion := (ThisBuild / crossScalaVersions).value.head
13
14
ThisBuild / doctestTestFramework := DoctestTestFramework.ScalaCheck
0 commit comments