From aa6f5f92620582cb6c950025311eae43e5d42988 Mon Sep 17 00:00:00 2001 From: Seun Soyinka Date: Mon, 19 Aug 2024 08:30:46 -0500 Subject: [PATCH] update plugin settings --- project/build.sbt | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) 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")),