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 1a8181f + 2199ccd commit 2bc0507Copy full SHA for 2bc0507
1 file changed
build.sbt
@@ -2,7 +2,7 @@ import sbtcrossproject.CrossPlugin.autoImport.{crossProject, CrossType}
2
3
val Scala212 = "2.12.15"
4
5
-ThisBuild / baseVersion := "2.1"
+ThisBuild / baseVersion := "2.2"
6
ThisBuild / crossScalaVersions := Seq(Scala212, "2.13.7", "3.0.2")
7
ThisBuild / scalaVersion := crossScalaVersions.value.filter(_.startsWith("2.")).last
8
ThisBuild / publishFullName := "Christopher Davenport"
0 commit comments