Skip to content

Commit

Permalink
Bump base version to 2.9
Browse files Browse the repository at this point in the history
  • Loading branch information
armanbilge committed Jun 16, 2022
1 parent bf216a4 commit 4e08742
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions build.sbt
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
ThisBuild / tlBaseVersion := "2.8"
ThisBuild / tlBaseVersion := "2.9"

val scalaCheckVersion = "1.16.0"

Expand Down Expand Up @@ -296,7 +296,6 @@ lazy val docs = project
.settings(
tlFatalWarnings := false,
laikaConfig ~= { _.withRawContent },
tlSiteApiUrl := Some(url("https://typelevel.org/cats/api/")),
tlSiteRelatedProjects := Seq(
TypelevelProject.CatsEffect,
"Mouse" -> url("https://typelevel.org/mouse"),
Expand Down

0 comments on commit 4e08742

Please sign in to comment.