diff --git a/project/build.sbt b/project/build.sbt index 3c080e0..18f7dec 100644 --- a/project/build.sbt +++ b/project/build.sbt @@ -1,7 +1,7 @@ inThisBuild(List( organization := "com.github.sbt", - sonatypeCredentialHost := "s01.oss.sonatype.org" - sonatypeRepository := "https://s01.oss.sonatype.org/service/local" + sonatypeCredentialHost := "s01.oss.sonatype.org", + sonatypeRepository := "https://s01.oss.sonatype.org/service/local", homepage := Some(url("https://github.com/sbt/sbt-ci-release")), // Alternatively License.Apache2 see https://github.com/sbt/librarymanagement/blob/develop/core/src/main/scala/sbt/librarymanagement/License.scala licenses := List("Apache-2.0" -> url("http://www.apache.org/licenses/LICENSE-2.0")),