Skip to content

Commit

Permalink
bump base version
Browse files Browse the repository at this point in the history
  • Loading branch information
rpiaggio committed Jan 16, 2025
1 parent 9aaaeae commit 543b5b1
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 @@ -10,7 +10,7 @@ val Versions = new { // sbt doesn't like object definitions in build.sbt
val munitCatsEffect = "2.0.0"
}

ThisBuild / tlBaseVersion := "0.113"
ThisBuild / tlBaseVersion := "0.114"
ThisBuild / tlCiReleaseBranches := Seq("main")
ThisBuild / crossScalaVersions := Seq("3.6.2")
ThisBuild / tlVersionIntroduced := Map("3" -> "0.29.0")
Expand Down

0 comments on commit 543b5b1

Please sign in to comment.