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 64c34d9 commit 4ec3ca4Copy full SHA for 4ec3ca4
build.sbt
@@ -2,6 +2,10 @@ name := "scalac-options-root"
2
3
ThisBuild / tlBaseVersion := "0.1"
4
5
+// Mima validations against the prevous releases are intentionally disabled
6
+// since the current changes are not (yet) supposed to be binary-compatible.
7
+ThisBuild / tlMimaPreviousVersions := Set.empty
8
+
9
ThisBuild / organization := "org.typelevel"
10
ThisBuild / organizationName := "Typelevel"
11
ThisBuild / startYear := Some(2022)
0 commit comments