From 22b7409f6aca2960fbc51b2765f2cf521abb20de Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Lor=C3=A1nd=20Szak=C3=A1cs?= Date: Wed, 31 Jan 2024 23:16:41 +0200 Subject: [PATCH] Use sonatype legacy host --- build.sbt | 1 + 1 file changed, 1 insertion(+) diff --git a/build.sbt b/build.sbt index f1ac2f0..99d752b 100644 --- a/build.sbt +++ b/build.sbt @@ -50,6 +50,7 @@ val LTSJava = JavaSpec.temurin("17") ThisBuild / githubWorkflowJavaVersions := Seq(PrimaryJava, LTSJava) +ThisBuild / tlSonatypeUseLegacyHost := true // we still publish to legacy host https://central.sonatype.org/news/20210223_new-users-on-s01/#why-are-we-doing-this ThisBuild / tlCiHeaderCheck := true ThisBuild / tlCiScalafmtCheck := true ThisBuild / tlCiScalafixCheck := false