We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 23ccd54 commit 012a77aCopy full SHA for 012a77a
build.sbt
@@ -5,6 +5,7 @@ commands += DFHDLCommands.docExamplesRefUpdate
5
val projectName = "dfhdl"
6
val compilerVersion = "3.7.1"
7
8
+import xerial.sbt.Sonatype.sonatype01
9
inThisBuild(
10
List(
11
homepage := Some(url("https://dfianthdl.github.io/")),
@@ -19,7 +20,7 @@ inThisBuild(
19
20
url("https://twitter.com/soronpo")
21
)
22
),
- sonatypeCredentialHost := "central.sonatype.com"
23
+ sonatypeCredentialHost := sonatype01
24
25
26
0 commit comments