From 95d3e526dece37f567eea0b7bfd3214af0e6cb77 Mon Sep 17 00:00:00 2001 From: Hallvard Lid Date: Thu, 26 Sep 2024 09:45:24 +0200 Subject: [PATCH] back to legacy (#392) --- build.sbt | 1 + 1 file changed, 1 insertion(+) diff --git a/build.sbt b/build.sbt index 40acdba9..4349562f 100644 --- a/build.sbt +++ b/build.sbt @@ -17,6 +17,7 @@ ThisBuild / developers := List( ) ThisBuild / tlCiHeaderCheck := true ThisBuild / tlCiScalafmtCheck := true +ThisBuild / tlSonatypeUseLegacyHost := true ThisBuild / Test / fork := true // publish website from this branch