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 f394341 commit 79a4140Copy full SHA for 79a4140
1 file changed
build.sbt
@@ -10,7 +10,10 @@ addCommandAlias("fmtCheck", "; scalafmtCheckAll; scalafmtSbtCheck")
10
11
tlReplaceCommandAlias("prePR", "; githubWorkflowGenerate ; +fmt; bench/compile; +test")
12
13
-ThisBuild / tlBaseVersion := "0.3"
+ThisBuild / tlBaseVersion := "1.0"
14
+// continue enforcing bincompat with 0.3.x series
15
+ThisBuild / tlMimaPreviousVersions ++= (0 to 10).map(x => s"0.3.$x").toSet
16
+
17
ThisBuild / startYear := Some(2021)
18
ThisBuild / developers += tlGitHubDev("johnynek", "P. Oscar Boykin")
19
0 commit comments