Skip to content

Commit

Permalink
Remove deprecated SBT typelevel settings
Browse files Browse the repository at this point in the history
  • Loading branch information
TimWSpence committed May 2, 2024
1 parent b1408df commit dd2aa2d
Showing 1 changed file with 1 addition and 4 deletions.
5 changes: 1 addition & 4 deletions build.sbt
Original file line number Diff line number Diff line change
Expand Up @@ -85,10 +85,7 @@ lazy val docs = project
.in(file("site"))
.settings(
laikaConfig ~= { _.withRawContent },
tlSiteRelatedProjects := Seq(
TypelevelProject.Cats,
TypelevelProject.CatsEffect
)
tlSiteIsTypelevelProject := Some(TypelevelProject.Affiliate)
)
.enablePlugins(TypelevelSitePlugin)
//TODO cross-build this
Expand Down

0 comments on commit dd2aa2d

Please sign in to comment.