diff --git a/src/main/g8/build.sbt b/src/main/g8/build.sbt index 894041a..336a171 100644 --- a/src/main/g8/build.sbt +++ b/src/main/g8/build.sbt @@ -1,17 +1,12 @@ // https://typelevel.org/sbt-typelevel/faq.html#what-is-a-base-version-anyway ThisBuild / tlBaseVersion := "0.0" // your current series x.y -ThisBuild / organization := "$organization$" -ThisBuild / organizationName := "$organization_name$" ThisBuild / licenses := Seq(License.Apache2) ThisBuild / developers := List( // your GitHub handle and name tlGitHubDev("$github_username$", "$contributor_name$") ) -// publish to s01.oss.sonatype.org (set to true to publish to oss.sonatype.org instead) -ThisBuild / tlSonatypeUseLegacyHost := false - // publish website from this branch ThisBuild / tlSitePublishBranch := Some("main") diff --git a/src/main/g8/default.properties b/src/main/g8/default.properties index 7983ee2..ba6f400 100644 --- a/src/main/g8/default.properties +++ b/src/main/g8/default.properties @@ -7,7 +7,7 @@ organization_name = http4s.org scala_version = 2.13.8 other_scala_version = 3.1.1 sbt_version = 1.6.2 -sbt_typelevel_version = 0.4.7 +sbt_http4s_org_version = 0.13.1 jdk_version = 8 github_username = rossabaker diff --git a/src/main/g8/project/plugins.sbt b/src/main/g8/project/plugins.sbt index 0dc73d5..d9ea784 100644 --- a/src/main/g8/project/plugins.sbt +++ b/src/main/g8/project/plugins.sbt @@ -1,2 +1 @@ -addSbtPlugin("org.typelevel" % "sbt-typelevel" % "$sbt_typelevel_version$") -addSbtPlugin("org.typelevel" % "sbt-typelevel-site" % "$sbt_typelevel_version$") +addSbtPlugin("org.http4s" % "sbt-http4s-org" % "$sbt_http4s_org_version$")