From e7dbe3506588fef0193e391188854d7208770317 Mon Sep 17 00:00:00 2001 From: John Date: Wed, 16 Mar 2022 14:25:26 +0300 Subject: [PATCH] Update publish.sbt --- publish.sbt | 1 - 1 file changed, 1 deletion(-) diff --git a/publish.sbt b/publish.sbt index e1a9683..b8b0ffc 100644 --- a/publish.sbt +++ b/publish.sbt @@ -1,6 +1,5 @@ ThisBuild / versionScheme := Some("semver-spec") ThisBuild / organization := "ru.tinkoff" -ThisBuild / sonatypeCredentialHost := "s01.oss.sonatype.org" ThisBuild / scmInfo := Some( ScmInfo( url("https://github.com/Tinkoff/sbt-schema-registry-plugin"),