Skip to content

Commit

Permalink
Merge pull request #669 from typelevel/base-2.4
Browse files Browse the repository at this point in the history
Base version is 2.4
  • Loading branch information
rossabaker authored Jul 3, 2022
2 parents 75f760b + 357d3f0 commit 841b2d4
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 @@ -4,7 +4,7 @@ val Scala213 = "2.13.8"
val Scala212 = "2.12.16"
val Scala3 = "3.0.2"

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

0 comments on commit 841b2d4

Please sign in to comment.