Skip to content

Commit

Permalink
Base version is 1.6
Browse files Browse the repository at this point in the history
  • Loading branch information
rossabaker committed May 16, 2022
1 parent 3e69831 commit 4d4a1cd
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 @@ -2,7 +2,7 @@ val Scala213 = "2.13.8"
val Scala212 = "2.12.15"
val Scala3 = "3.0.2"

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

0 comments on commit 4d4a1cd

Please sign in to comment.