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 953a9f5 commit 88342a7Copy full SHA for 88342a7
build.sbt
@@ -12,6 +12,8 @@ ThisBuild / organizationName := "ThijsBroersen"
12
ThisBuild / scalaVersion := "3.7.2"
13
ThisBuild / sonatypeProfileName := "io.github.thijsbroersen"
14
ThisBuild / versionScheme := Some("early-semver")
15
+ThisBuild / tlVersionIntroduced := Map("3.7" -> "0.1.21")
16
+ThisBuild / tlMimaPreviousVersions := Set.empty
17
ThisBuild / licenses := Seq(
18
"BSD-3-Clause" -> url("https://opensource.org/licenses/BSD-3-Clause")
19
)
0 commit comments