Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
11 changes: 0 additions & 11 deletions readme.md
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,6 @@ Let's get started!
- [Secrets](#secrets)
- [Git](#git)
- [FAQ](#faq)
- [How do I publish to Sonatype Central?](#how-do-i-publish-to-sonatype-central)
- [How do I disable publishing in certain projects?](#how-do-i-disable-publishing-in-certain-projects)
- [How do I publish cross-built projects?](#how-do-i-publish-cross-built-projects)
- [How do I publish cross-built Scala.js projects?](#how-do-i-publish-cross-built-scalajs-projects)
Expand Down Expand Up @@ -335,16 +334,6 @@ If you prefer to keep most of the information in a git branch instead, you can j

## FAQ

### How do I publish to Sonatype Central?

As of February 2024, Sonatype has released a new portal, called Sonatype Central. Users can configure their libraries to be published via this portal by adding the following to `build.sbt`:

```sbt
import xerial.sbt.Sonatype.sonatypeCentralHost

ThisBuild / sonatypeCredentialHost := sonatypeCentralHost
```

### How do I disable publishing in certain projects?

Add the following to the project settings (works only in sbt 1)
Expand Down