Skip to content

Commit

Permalink
Merge pull request #200 from Dwolla/address-deprecations
Browse files Browse the repository at this point in the history
Use sonatypeCredentialHost instead of tlSonatypeUseLegacyHost
  • Loading branch information
bpholt authored Sep 19, 2024
2 parents 7d8e99d + 490b348 commit 434fd10
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 @@ -25,7 +25,7 @@ tpolecatScalacOptions += ScalacOptions.release("8")
ThisBuild / githubWorkflowJavaVersions := Seq(JavaSpec.temurin("17"))
ThisBuild / tlCiReleaseBranches := Seq("main")
ThisBuild / tlBaseVersion := "0.3"
ThisBuild / tlSonatypeUseLegacyHost := true
ThisBuild / sonatypeCredentialHost := xerial.sbt.Sonatype.sonatypeLegacy
ThisBuild / mergifyStewardConfig ~= { _.map {
_.withAuthor("dwolla-oss-scala-steward[bot]")
.withMergeMinors(true)
Expand Down

0 comments on commit 434fd10

Please sign in to comment.