From 182a112e1f56619551c3c53c5609da4a538ce7e5 Mon Sep 17 00:00:00 2001 From: Willem Jan Glerum Date: Tue, 25 Jul 2023 12:02:16 +0200 Subject: [PATCH] Updates Sonatype repo to new url (#42) --- build.sbt | 3 +++ 1 file changed, 3 insertions(+) diff --git a/build.sbt b/build.sbt index 3e0b021..00710a1 100644 --- a/build.sbt +++ b/build.sbt @@ -18,3 +18,6 @@ ThisBuild / versionScheme := Some("semver-spec") ThisBuild / dynverVTagPrefix := false Global / onChangedBuildSource := ReloadOnSourceChanges + +ThisBuild / sonatypeCredentialHost := "s01.oss.sonatype.org" +sonatypeRepository := "https://s01.oss.sonatype.org/service/local"