Skip to content

Commit

Permalink
Bump tlBaseVersion to keep MiMa happy
Browse files Browse the repository at this point in the history
  • Loading branch information
milessabin committed Sep 7, 2024
1 parent f2cbc4b commit a1dbc5f
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 @@ -30,7 +30,7 @@ ThisBuild / scalaVersion := Scala2
ThisBuild / crossScalaVersions := Seq(Scala2, Scala3)
ThisBuild / tlJdkRelease := Some(11)

ThisBuild / tlBaseVersion := "0.21"
ThisBuild / tlBaseVersion := "0.22"
ThisBuild / startYear := Some(2019)
ThisBuild / licenses := Seq(License.Apache2)
ThisBuild / developers := List(
Expand Down

0 comments on commit a1dbc5f

Please sign in to comment.