Skip to content

Commit

Permalink
Fix publishing (#341)
Browse files Browse the repository at this point in the history
* Publish snapshots

* Use legacy host
  • Loading branch information
etspaceman authored Jul 28, 2023
1 parent 48c2e6c commit 84e61f7
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions build.sbt
Original file line number Diff line number Diff line change
Expand Up @@ -31,6 +31,8 @@ inThisBuild(
tlCiHeaderCheck := true,
tlCiScalafmtCheck := true,
tlCiScalafixCheck := true,
tlCiReleaseBranches := Seq("main"),
tlSonatypeUseLegacyHost := true,
scmInfo := Some(
ScmInfo(
url(
Expand Down

0 comments on commit 84e61f7

Please sign in to comment.