Skip to content

Commit

Permalink
Merge pull request #555 from typelevel/tl-base-version-3.6
Browse files Browse the repository at this point in the history
Bump tlBaseVersion to 3.6
  • Loading branch information
rossabaker authored May 29, 2024
2 parents 2c14f80 + d6af70f commit 8e0e724
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 Scala212 = "2.12.19"
val Scala213 = "2.13.14"
val Scala3 = "3.3.3"

ThisBuild / tlBaseVersion := "3.5"
ThisBuild / tlBaseVersion := "3.6"
ThisBuild / crossScalaVersions := Seq(Scala212, Scala3, Scala213)
ThisBuild / tlVersionIntroduced := Map("3" -> "3.0.3")
ThisBuild / tlMimaPreviousVersions ~= (_.filterNot(_ == "3.2.0"))
Expand Down

0 comments on commit 8e0e724

Please sign in to comment.