From 514197b3a37bab92b5da450b6825ffef3db03272 Mon Sep 17 00:00:00 2001 From: Michal Pawlik Date: Sat, 18 May 2024 13:22:58 +0200 Subject: [PATCH] update sonatype repository url --- build.sbt | 2 ++ 1 file changed, 2 insertions(+) diff --git a/build.sbt b/build.sbt index 0093519f..519c37ed 100644 --- a/build.sbt +++ b/build.sbt @@ -44,6 +44,8 @@ ThisBuild / githubWorkflowPublish := Seq(WorkflowStep.Sbt(List("ci-release"))) ThisBuild / githubWorkflowEnv ++= List("PGP_PASSPHRASE", "PGP_SECRET", "SONATYPE_PASSWORD", "SONATYPE_USERNAME").map { envKey => envKey -> s"$${{ secrets.$envKey }}" }.toMap +ThisBuild / sonatypeCredentialHost := "s01.oss.sonatype.org" +ThisBuild / sonatypeRepository := "https://s01.oss.sonatype.org/service/local" val Versions = new { val catsCore = "2.8.0"