Skip to content

Commit 012a77a

Browse files
author
Oron Port
committed
publish wip
1 parent 23ccd54 commit 012a77a

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

build.sbt

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,6 +5,7 @@ commands += DFHDLCommands.docExamplesRefUpdate
55
val projectName = "dfhdl"
66
val compilerVersion = "3.7.1"
77

8+
import xerial.sbt.Sonatype.sonatype01
89
inThisBuild(
910
List(
1011
homepage := Some(url("https://dfianthdl.github.io/")),
@@ -19,7 +20,7 @@ inThisBuild(
1920
url("https://twitter.com/soronpo")
2021
)
2122
),
22-
sonatypeCredentialHost := "central.sonatype.com"
23+
sonatypeCredentialHost := sonatype01
2324
)
2425
)
2526

0 commit comments

Comments
 (0)