We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 705510c commit 8ed982fCopy full SHA for 8ed982f
build.sbt
@@ -3,7 +3,7 @@ val scala3 = "3.3.3"
3
ThisBuild / scalaVersion := scala213
4
ThisBuild / crossScalaVersions := Seq("2.12.17", scala213, scala3)
5
6
-ThisBuild / tlBaseVersion := "2.5"
+ThisBuild / tlBaseVersion := "2.6"
7
8
ThisBuild / githubWorkflowBuildMatrixFailFast := Some(false)
9
0 commit comments