Skip to content

Commit 6e059ad

Browse files
committed
remove central host and sonatype plugin
1 parent f3beee3 commit 6e059ad

File tree

2 files changed

+2
-5
lines changed

2 files changed

+2
-5
lines changed

build.sbt

Lines changed: 2 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,9 +1,7 @@
11
import sbt.Keys.thisProjectRef
2-
import xerial.sbt.Sonatype._
32

4-
ThisBuild / sonatypeCredentialHost := "central.sonatype.org"
5-
ThisBuild / organization := "io.waylay"
6-
ThisBuild / homepage := Some(url("https://waylay.io"))
3+
ThisBuild / organization := "io.waylay"
4+
ThisBuild / homepage := Some(url("https://waylay.io"))
75
ThisBuild / developers := List(
86
Developer(
97
"ramazanyich",

project/plugins.sbt

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,6 @@ addSbtPlugin("com.github.sbt" % "sbt-ghpages" % "0.8.0")
44
addSbtPlugin("org.scoverage" % "sbt-scoverage" % "2.3.1")
55
addSbtPlugin("org.scoverage" % "sbt-coveralls" % "1.3.15")
66
addSbtPlugin("com.github.sbt" % "sbt-ci-release" % "1.11.1")
7-
addSbtPlugin("org.xerial.sbt" % "sbt-sonatype" % "3.12.2")
87

98
// scala-xml issues
109
// TODO remove when everything has migrated to scala-xml 2.x

0 commit comments

Comments
 (0)