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.
2 parents 898b91f + c688d2e commit daa7a7aCopy full SHA for daa7a7a
1 file changed
build.sbt
@@ -5,10 +5,15 @@ val Scala3 = "3.1.2"
5
ThisBuild / tlBaseVersion := "3.2"
6
ThisBuild / crossScalaVersions := Seq(Scala212, Scala3, Scala213)
7
ThisBuild / tlVersionIntroduced := Map("3" -> "3.0.3")
8
+ThisBuild / tlMimaPreviousVersions ~= (_.filterNot(_ == "3.2.0"))
9
ThisBuild / licenses := List("MIT" -> url("http://opensource.org/licenses/MIT"))
10
ThisBuild / startYear := Some(2021)
11
ThisBuild / tlSiteApiUrl := Some(url("https://www.javadoc.io/doc/org.typelevel/vault_2.13/latest/org/typelevel/vault/"))
12
13
+ThisBuild / developers := List(
14
+ tlGitHubDev("christopherdavenport", "Christopher Davenport")
15
+)
16
+
17
val JDK8 = JavaSpec.temurin("8")
18
val JDK11 = JavaSpec.temurin("11")
19
val JDK17 = JavaSpec.temurin("17")
0 commit comments