Skip to content

Commit e649dde

Browse files
author
Oron Port
committed
publish wip
1 parent a9a2339 commit e649dde

File tree

2 files changed

+4
-0
lines changed

2 files changed

+4
-0
lines changed

build.sbt

Lines changed: 2 additions & 0 deletions
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,6 +20,7 @@ inThisBuild(
1920
url("https://twitter.com/soronpo")
2021
)
2122
),
23+
sonatypeCredentialHost := sonatype01
2224
)
2325
)
2426

project/plugins.sbt

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -5,3 +5,5 @@ addSbtPlugin("com.timushev.sbt" % "sbt-updates" % "0.6.4")
55
addSbtPlugin("com.github.sbt" % "sbt-ci-release" % "1.11.1")
66

77
addSbtPlugin("org.scalameta" % "sbt-scalafmt" % "2.5.4")
8+
9+
addSbtPlugin("org.xerial.sbt" % "sbt-sonatype" % "3.9.21")

0 commit comments

Comments
 (0)