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 681a6b2 commit 1a7d45eCopy full SHA for 1a7d45e
build.sbt
@@ -1,6 +1,6 @@
1
import com.typesafe.tools.mima.core._
2
3
-ThisBuild / tlBaseVersion := "0.17"
+ThisBuild / tlBaseVersion := "0.18"
4
5
ThisBuild / organization := "org.typelevel"
6
ThisBuild / organizationName := "Typelevel"
@@ -13,7 +13,6 @@ ThisBuild / developers := List(
13
ThisBuild / startYear := Some(2022)
14
15
// publish website from this branch
16
-ThisBuild / tlCiReleaseBranches := Seq("main")
17
ThisBuild / tlSitePublishBranch := Some("main")
18
19
ThisBuild / resolvers += Resolver.sonatypeCentralSnapshots
0 commit comments