Skip to content

Commit

Permalink
switch to new sonatype host
Browse files Browse the repository at this point in the history
  • Loading branch information
CJSmith-0141 committed Dec 15, 2023
1 parent 04c4813 commit 235c3e3
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 @@ -31,7 +31,7 @@ ThisBuild / githubWorkflowJavaVersions := Seq(JavaSpec.temurin("17"))
ThisBuild / githubWorkflowScalaVersions := Seq("3", "2.13", "2.12")
ThisBuild / tlCiReleaseBranches := Seq("main")
ThisBuild / tlBaseVersion := "0.5"
ThisBuild / tlSonatypeUseLegacyHost := true
ThisBuild / tlSonatypeUseLegacyHost := false
ThisBuild / mergifyStewardConfig ~= {
_.map(_.copy(mergeMinors = true, author = "dwolla-oss-scala-steward[bot]"))
}
Expand Down

0 comments on commit 235c3e3

Please sign in to comment.