We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent d2277e6 commit 1a6ad49Copy full SHA for 1a6ad49
build.sbt
@@ -9,7 +9,7 @@ ThisBuild / developers := List(
9
Developer("larsrh", "Lars Hupel", "", url("https://github.com/larsrh"))
10
)
11
12
-ThisBuild / crossScalaVersions := Seq("2.12.15", "2.13.6", "3.0.2")
+ThisBuild / crossScalaVersions := Seq("2.12.15", "2.13.6", "3.1.0")
13
14
ThisBuild / githubWorkflowJavaVersions := Seq("adoptium@8")
15
ThisBuild / githubWorkflowEnv += ("JABBA_INDEX" -> "https://github.com/typelevel/jdk-index/raw/main/index.json")
0 commit comments