Skip to content

Commit

Permalink
Merge pull request #25 from http4s/base-is-0.24
Browse files Browse the repository at this point in the history
Base version is 0.24
  • Loading branch information
rossabaker authored May 26, 2022
2 parents 78438ae + 21adede commit 53f2a5e
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions build.sbt
Original file line number Diff line number Diff line change
@@ -1,6 +1,5 @@
// https://typelevel.org/sbt-typelevel/faq.html#what-is-a-base-version-anyway
ThisBuild / tlBaseVersion := "0.23" // your current series x.y
ThisBuild / tlMimaPreviousVersions ++= (0 to 11).map(y => s"0.23.$y").toSet
ThisBuild / tlBaseVersion := "0.24" // your current series x.y

ThisBuild / licenses := Seq(License.Apache2)
ThisBuild / developers := List(
Expand Down

0 comments on commit 53f2a5e

Please sign in to comment.