From 33a02bdae927a02e77bcd5f9bfb44a00db73db44 Mon Sep 17 00:00:00 2001 From: Michel Davit Date: Mon, 9 Dec 2024 14:19:48 +0100 Subject: [PATCH] Replace tlSonatypeUseLegacyHost deprecated setting --- build.sbt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/build.sbt b/build.sbt index 8235f81e..e9ec27bb 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",