Skip to content

Commit

Permalink
Removed tlSonatypeUseLegacyHost
Browse files Browse the repository at this point in the history
  • Loading branch information
milessabin committed Sep 14, 2024
1 parent db7c4bb commit c985d20
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion build.sbt
Original file line number Diff line number Diff line change
Expand Up @@ -41,7 +41,6 @@ ThisBuild / developers := List(
ThisBuild / tlFatalWarnings := true
ThisBuild / tlCiScalafmtCheck := false
ThisBuild / tlCiReleaseBranches := Seq("main")
ThisBuild / (tlSonatypeUseLegacyHost : @annotation.nowarn) := false
ThisBuild / githubWorkflowBuild ~= { steps =>
WorkflowStep.Sbt(
commands = List("headerCheckAll"),
Expand Down

0 comments on commit c985d20

Please sign in to comment.