Skip to content

Commit

Permalink
Fix license version and publisher type in sbt-release-early config
Browse files Browse the repository at this point in the history
  • Loading branch information
JanBessai committed Feb 12, 2020
1 parent 05572c5 commit 5efa267
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions build.sbt
Expand Up @@ -49,7 +49,7 @@ lazy val examples =
lazy val publishSettings = Seq(
homepage := Some(url("https://www.github.com/JanBessai/shapeless-feat")),
licenses := Seq(
"Apache 2" -> url("http://www.apache.org/licenses/LICENSE-2.0.txt")
"Apache-2.0" -> url("http://www.apache.org/licenses/LICENSE-2.0.txt")
),
scmInfo := Some(
ScmInfo(
Expand All @@ -66,7 +66,8 @@ lazy val publishSettings = Seq(
)
),
pgpPublicRing := file("travis/local.pubring.asc"),
pgpSecretRing := file("travis/local.secring.asc")
pgpSecretRing := file("travis/local.secring.asc"),
releaseEarlyWith := SonatypePublisher
)

lazy val noPublishSettings = Seq(
Expand Down

0 comments on commit 5efa267

Please sign in to comment.