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 999bdea commit 4a32a8dCopy full SHA for 4a32a8d
build.sbt
@@ -5,7 +5,7 @@ ThisBuild / crossScalaVersions := Seq("2.12.17", scala213, scala3)
5
6
ThisBuild / tlBaseVersion := "2.5"
7
8
-val temurin = JavaSpec.temurin("8")
+val temurin = JavaSpec.corretto("8")
9
ThisBuild / githubWorkflowJavaVersions := Seq(temurin)
10
11
ThisBuild / githubWorkflowSbtCommand := "./sbt"
0 commit comments