From 578e4a7fc3956ddbd8b023815886494c3540013a Mon Sep 17 00:00:00 2001 From: Seun Soyinka Date: Mon, 19 Aug 2024 08:47:54 -0500 Subject: [PATCH] update plugin settings --- project/build.sbt | 5 ++--- 1 file changed, 2 insertions(+), 3 deletions(-) diff --git a/project/build.sbt b/project/build.sbt index 466155d..29a9640 100644 --- a/project/build.sbt +++ b/project/build.sbt @@ -1,6 +1,3 @@ -import xerial.sbt.Sonatype.sonatypeCentralHost -ThisBuild / sonatypeCredentialHost := sonatypeCentralHost - inThisBuild(List( organization := "com.github.sbt", homepage := Some(url("https://github.com/sbt/sbt-ci-release")), @@ -15,3 +12,5 @@ inThisBuild(List( ) ) )) + +ThisBuild / sonatypeCredentialHost := sonatypeCentralHost \ No newline at end of file