Skip to content

Commit

Permalink
Updates to make sbt-circe-org work
Browse files Browse the repository at this point in the history
* Upgrade to 2.13.13 #2237
* Upgrade to 2.18.19 #2236
* Set startYear to 2024 to avoid header updates
  • Loading branch information
hamnis committed Apr 23, 2024
1 parent 268b88d commit 41b87d7
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions build.sbt
@@ -1,9 +1,10 @@
import sbtcrossproject.{ CrossProject, CrossType }

val Scala212V: String = "2.12.18"
val Scala213V: String = "2.13.12"
val Scala212V: String = "2.12.19"
val Scala213V: String = "2.13.13"
val Scala3V: String = "3.3.3"

ThisBuild / startYear := Some(2024)
ThisBuild / tlBaseVersion := "0.14"
ThisBuild / tlCiReleaseBranches := Seq() // set to `series/0.14.x` once we get the automated publishing process up and running
ThisBuild / tlCiReleaseTags := true
Expand Down

0 comments on commit 41b87d7

Please sign in to comment.