Skip to content

Commit

Permalink
Demonstrate how to publish to s01
Browse files Browse the repository at this point in the history
  • Loading branch information
armanbilge committed Feb 20, 2022
1 parent c6e4c5c commit 777a2bf
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions docs/index.md
Original file line number Diff line number Diff line change
Expand Up @@ -34,6 +34,9 @@ ThisBuild / developers := Seq(
tlGitHubDev("armanbilge", "Arman Bilge")
)

// true by default, set to false to publish to s01.oss.sonatype.org
ThisBuild / tlSonatypeUseLegacyHost := true

val Scala213 = "2.13.8"
ThisBuild / crossScalaVersions := Seq(Scala213, "3.1.1")
ThisBuild / scalaVersion := Scala213 // the default Scala
Expand Down

0 comments on commit 777a2bf

Please sign in to comment.