Skip to content

Commit

Permalink
Merge pull request #651 from typelevel/base-version-1.6
Browse files Browse the repository at this point in the history
Base version is 1.6
  • Loading branch information
rossabaker committed May 16, 2022
2 parents 3e69831 + 4d4a1cd commit be01031
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion build.sbt
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ val Scala213 = "2.13.8"
val Scala212 = "2.12.15"
val Scala3 = "3.0.2"

ThisBuild / tlBaseVersion := "1.5"
ThisBuild / tlBaseVersion := "1.6"
ThisBuild / crossScalaVersions := Seq(Scala213, Scala212, Scala3)
ThisBuild / scalaVersion := Scala213
ThisBuild / startYear := Some(2018)
Expand Down

0 comments on commit be01031

Please sign in to comment.