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 17, 2025
1 parent d8b94b5 commit 4c36895
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 @@ -37,7 +37,7 @@ Global / onChangedBuildSource := ReloadOnSourceChanges

ThisBuild / scalaVersion := "3.6.2"
ThisBuild / crossScalaVersions := Seq("3.6.2")
ThisBuild / tlBaseVersion := "0.24"
ThisBuild / tlBaseVersion := "0.25"
ThisBuild / tlCiReleaseBranches := Seq("master")
ThisBuild / scalacOptions ++= Seq("-Xmax-inlines", "50") // Hash derivation fails with default of 32

Expand Down

0 comments on commit 4c36895

Please sign in to comment.