Skip to content

Commit

Permalink
Replace tlSonatypeUseLegacyHost deprecated setting (#1082)
Browse files Browse the repository at this point in the history
  • Loading branch information
RustedBones authored Dec 16, 2024
1 parent 36af126 commit 58bd8f6
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion build.sbt
Original file line number Diff line number Diff line change
Expand Up @@ -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",
Expand Down

0 comments on commit 58bd8f6

Please sign in to comment.