From e24278cb86bb16f05b497c2b170051699d3c4af0 Mon Sep 17 00:00:00 2001 From: Georgii Kovalev Date: Thu, 2 Jan 2025 03:35:55 +0500 Subject: [PATCH] remove sonatype settings --- build.sbt | 7 ++----- 1 file changed, 2 insertions(+), 5 deletions(-) diff --git a/build.sbt b/build.sbt index adf5c310..53c548a8 100644 --- a/build.sbt +++ b/build.sbt @@ -75,9 +75,6 @@ inThisBuild( Developer("paulbutcher", "Paul Butcher", "", url("http://paulbutcher.com/")), Developer("barkhorn", "Philipp Meyerhoefer", "", url("https://github.com/barkhorn")), Developer("goshacodes", "Georgii Kovalev", "", url("https://github.com/goshacodes")) - ), - sonatypeCredentialHost := "s01.oss.sonatype.org" + ) ) -) - -sonatypeRepository := "https://s01.oss.sonatype.org/service/local" \ No newline at end of file +) \ No newline at end of file