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 a9a2339 commit e649ddeCopy full SHA for e649dde
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,6 +20,7 @@ inThisBuild(
19
20
url("https://twitter.com/soronpo")
21
)
22
),
23
+ sonatypeCredentialHost := sonatype01
24
25
26
project/plugins.sbt
@@ -5,3 +5,5 @@ addSbtPlugin("com.timushev.sbt" % "sbt-updates" % "0.6.4")
addSbtPlugin("com.github.sbt" % "sbt-ci-release" % "1.11.1")
addSbtPlugin("org.scalameta" % "sbt-scalafmt" % "2.5.4")
+
+addSbtPlugin("org.xerial.sbt" % "sbt-sonatype" % "3.9.21")
0 commit comments