Skip to content

Commit

Permalink
fix publish settings (#4)
Browse files Browse the repository at this point in the history
  • Loading branch information
slivkamiro authored Nov 8, 2023
1 parent d2f5154 commit 674d5c0
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions build.sbt
Original file line number Diff line number Diff line change
@@ -1,5 +1,6 @@

inThisBuild(List(
sonatypeCredentialHost := "s01.oss.sonatype.org",
organization := "io.github.slivkamiro",
homepage := Some(url("https://github.com/slivkamiro/sbt-calver")),
licenses := List("Apache-2.0" -> url("http://www.apache.org/licenses/LICENSE-2.0")),
Expand All @@ -17,6 +18,7 @@ lazy val root = (project in file("."))
.enablePlugins(SbtPlugin)
.settings(
name := "sbt-calver",
sonatypeRepository := "https://s01.oss.sonatype.org/service/local",
scriptedLaunchOpts += s"-Dplugin.version=${version.value}",
pluginCrossBuild / sbtVersion := {
scalaBinaryVersion.value match {
Expand Down

0 comments on commit 674d5c0

Please sign in to comment.