Skip to content

Commit

Permalink
Use sbt-http4s-org
Browse files Browse the repository at this point in the history
  • Loading branch information
rossabaker committed Apr 3, 2022
1 parent 9300854 commit 1916100
Show file tree
Hide file tree
Showing 3 changed files with 2 additions and 8 deletions.
5 changes: 0 additions & 5 deletions src/main/g8/build.sbt
Original file line number Diff line number Diff line change
@@ -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")

Expand Down
2 changes: 1 addition & 1 deletion src/main/g8/default.properties
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down
3 changes: 1 addition & 2 deletions src/main/g8/project/plugins.sbt
Original file line number Diff line number Diff line change
@@ -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$")

0 comments on commit 1916100

Please sign in to comment.