Skip to content

Commit 2bc0507

Browse files
authored
Merge pull request #394 from typelevel/base-version-2.2
Base version is 2.2
2 parents 1a8181f + 2199ccd commit 2bc0507

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

build.sbt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@ import sbtcrossproject.CrossPlugin.autoImport.{crossProject, CrossType}
22

33
val Scala212 = "2.12.15"
44

5-
ThisBuild / baseVersion := "2.1"
5+
ThisBuild / baseVersion := "2.2"
66
ThisBuild / crossScalaVersions := Seq(Scala212, "2.13.7", "3.0.2")
77
ThisBuild / scalaVersion := crossScalaVersions.value.filter(_.startsWith("2.")).last
88
ThisBuild / publishFullName := "Christopher Davenport"

0 commit comments

Comments
 (0)