diff --git a/project/build.sbt b/project/build.sbt index 18f7dec..a4a5b0f 100644 --- a/project/build.sbt +++ b/project/build.sbt @@ -1,7 +1,5 @@ inThisBuild(List( organization := "com.github.sbt", - 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")), @@ -14,3 +12,6 @@ inThisBuild(List( ) ) )) + +ThisBuild / sonatypeCredentialHost := "s01.oss.sonatype.org" +sonatypeRepository := "https://s01.oss.sonatype.org/service/local"