From 58bd8f6e6e176f7a89d88080a44b8530f4a47a57 Mon Sep 17 00:00:00 2001 From: Michel Davit Date: Mon, 16 Dec 2024 09:17:00 +0100 Subject: [PATCH] Replace tlSonatypeUseLegacyHost deprecated setting (#1082) --- build.sbt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/build.sbt b/build.sbt index 84a0d1ba..c33ce3d6 100644 --- a/build.sbt +++ b/build.sbt @@ -49,11 +49,11 @@ val tensorflowVersion = "0.5.0" // project ThisBuild / tlBaseVersion := "0.7" -ThisBuild / tlSonatypeUseLegacyHost := true ThisBuild / organization := "com.spotify" ThisBuild / organizationName := "Spotify AB" ThisBuild / startYear := Some(2016) ThisBuild / licenses := Seq(License.Apache2) +ThisBuild / sonatypeCredentialHost := Sonatype.sonatypeLegacy ThisBuild / developers := List( Developer( id = "sinisa_lyh",