Skip to content

Commit

Permalink
Merge pull request #244 from davenverse/pr/publishing
Browse files Browse the repository at this point in the history
Add missing publishing settings
  • Loading branch information
armanbilge authored Jun 5, 2023
2 parents 6182ac6 + 3926a9d commit 02f5125
Showing 1 changed file with 10 additions and 0 deletions.
10 changes: 10 additions & 0 deletions build.sbt
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,16 @@ val circeV = "0.14.5"
val log4catsV = "2.6.0"

ThisBuild / tlBaseVersion := "0.0"

ThisBuild / organization := "io.chrisdavenport"
ThisBuild / organizationName := "Christopher Davenport"
ThisBuild / licenses := Seq(License.MIT)
ThisBuild / developers := List(
// your GitHub handle and name
tlGitHubDev("christopherdavenport", "Christopher Davenport")
)
ThisBuild / tlSonatypeUseLegacyHost := true

ThisBuild / crossScalaVersions := Seq("2.12.17", "2.13.10", "3.3.0")
ThisBuild / tlCiReleaseBranches := Seq("main")

Expand Down

0 comments on commit 02f5125

Please sign in to comment.