Skip to content

Commit 1a7d45e

Browse files
committed
Bump tlBaseVersion
1 parent 681a6b2 commit 1a7d45e

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

build.sbt

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
import com.typesafe.tools.mima.core._
22

3-
ThisBuild / tlBaseVersion := "0.17"
3+
ThisBuild / tlBaseVersion := "0.18"
44

55
ThisBuild / organization := "org.typelevel"
66
ThisBuild / organizationName := "Typelevel"
@@ -13,7 +13,6 @@ ThisBuild / developers := List(
1313
ThisBuild / startYear := Some(2022)
1414

1515
// publish website from this branch
16-
ThisBuild / tlCiReleaseBranches := Seq("main")
1716
ThisBuild / tlSitePublishBranch := Some("main")
1817

1918
ThisBuild / resolvers += Resolver.sonatypeCentralSnapshots

0 commit comments

Comments
 (0)