We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 1c40273 + 8cea349 commit dbb4b5cCopy full SHA for dbb4b5c
build.sbt
@@ -4,7 +4,7 @@ import sbtversionpolicy.withsbtrelease.ReleaseVersion
4
ThisBuild / scalaVersion := "2.13.16"
5
ThisBuild / crossScalaVersions := Seq(
6
scalaVersion.value,
7
- "3.3.5",
+ "3.3.6",
8
"2.12.20" // Motivated by facia/FAPI clients still on Scala 2.12
9
)
10
ThisBuild / scalacOptions := Seq("-deprecation", "-release:11")
project/build.properties
@@ -1 +1 @@
1
-sbt.version = 1.11.0
+sbt.version = 1.11.1
0 commit comments