Skip to content

Commit

Permalink
Merge pull request #498 from danicheg/tl-base-version
Browse files Browse the repository at this point in the history
Bump `tlBaseVersion`
  • Loading branch information
danicheg committed Jun 1, 2024
2 parents 170b228 + 504c197 commit 1b2abf5
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 @@ -6,7 +6,7 @@ ThisBuild / organization := "org.typelevel"
ThisBuild / organizationName := "Typelevel"
ThisBuild / licenses := List(License.MIT)
ThisBuild / startYear := Some(2016)
ThisBuild / tlBaseVersion := "1.2"
ThisBuild / tlBaseVersion := "1.3"
ThisBuild / scalaVersion := Scala213
ThisBuild / crossScalaVersions := Seq(Scala212, Scala3, Scala213)
ThisBuild / tlVersionIntroduced := Map("3" -> "1.0.3")
Expand Down

0 comments on commit 1b2abf5

Please sign in to comment.