Skip to content

Commit

Permalink
Remove deprecated usage of tlSonatypeUseLegacyHost in build (#5517)
Browse files Browse the repository at this point in the history
  • Loading branch information
RustedBones authored Oct 24, 2024
1 parent 4740be5 commit d92189b
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 @@ -137,11 +137,11 @@ val NothingFilter: explicitdeps.ModuleFilter = { _ => false }

// project
ThisBuild / tlBaseVersion := "0.14"
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 d92189b

Please sign in to comment.