Skip to content

Commit a9a2339

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

File tree

3 files changed

+1
-5
lines changed

3 files changed

+1
-5
lines changed

build.sbt

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

8-
import xerial.sbt.Sonatype.sonatype01
98
inThisBuild(
109
List(
1110
homepage := Some(url("https://dfianthdl.github.io/")),
@@ -20,7 +19,6 @@ inThisBuild(
2019
url("https://twitter.com/soronpo")
2120
)
2221
),
23-
sonatypeCredentialHost := sonatype01
2422
)
2523
)
2624

project/build.properties

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
sbt.version = 1.11.1
1+
sbt.version = 1.11.2

project/plugins.sbt

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -5,5 +5,3 @@ 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)