Skip to content

Commit

Permalink
Merge pull request #839 from danicheg/tl-version
Browse files Browse the repository at this point in the history
Bump tlBaseVersion
  • Loading branch information
danicheg authored May 7, 2024
2 parents e9457ba + cf0afef commit 475227c
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.14"
val Scala212 = "2.12.19"
val Scala3 = "3.3.3"

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

0 comments on commit 475227c

Please sign in to comment.