Skip to content

Commit

Permalink
Replace tlSonatypeUseLegacyHost deprecated setting
Browse files Browse the repository at this point in the history
  • Loading branch information
RustedBones committed Dec 9, 2024
1 parent af8a228 commit 33a02bd
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 33a02bd

Please sign in to comment.