Skip to content

Commit 4f01401

Browse files
committed
Publish to new sonatype central host
1 parent 25406b2 commit 4f01401

1 file changed

Lines changed: 2 additions & 0 deletions

File tree

build.sbt

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,6 @@
11
import sbt.Keys._
22
import sbt.Resolver
3+
import xerial.sbt.Sonatype.sonatypeCentralHost
34

45
lazy val commonSettings = Seq(
56
organization := "org.combinators",
@@ -72,6 +73,7 @@ lazy val publishSettings = Seq(
7273
Developer("BorisDuedder", "Boris Düdder", "boris.d@di.ku.dk", url("http://duedder.net"))
7374
),
7475
publishTo := sonatypePublishToBundle.value,
76+
ThisBuild / sonatypeCredentialHost := sonatypeCentralHost,
7577
) ++ sys.env.get("PGP_KEY_HEX").map(h => usePgpKeyHex(h)).seq
7678

7779
lazy val noPublishSettings = Seq(

0 commit comments

Comments
 (0)