Skip to content

Commit

Permalink
Fixed Sonatype legacy warning
Browse files Browse the repository at this point in the history
  • Loading branch information
milessabin committed Sep 7, 2024
1 parent 8d96e8e commit c83a4d3
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 @@ -41,7 +41,7 @@ ThisBuild / developers := List(
ThisBuild / tlFatalWarnings := true
ThisBuild / tlCiScalafmtCheck := false
ThisBuild / tlCiReleaseBranches := Seq("main")
ThisBuild / tlSonatypeUseLegacyHost := false
ThisBuild / sonatypeCredentialHost := xerial.sbt.Sonatype.sonatypeLegacy
ThisBuild / githubWorkflowBuild ~= { steps =>
WorkflowStep.Sbt(
commands = List("headerCheckAll"),
Expand Down

0 comments on commit c83a4d3

Please sign in to comment.