Skip to content

Commit 693bced

Browse files
committed
trying some things
1 parent 9a21af3 commit 693bced

File tree

2 files changed

+4
-5
lines changed

2 files changed

+4
-5
lines changed

build.sbt

Lines changed: 3 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,10 +1,9 @@
11
import sbt.Keys.thisProjectRef
22
import xerial.sbt.Sonatype._
33

4-
ThisBuild / publishTo := sonatypePublishToBundle.value
5-
ThisBuild / sonatypeCredentialHost := "central.sonatype.org"
6-
ThisBuild / organization := "io.waylay"
7-
ThisBuild / homepage := Some(url("https://waylay.io"))
4+
ThisBuild / publishTo := sonatypePublishToBundle.value
5+
ThisBuild / organization := "io.waylay"
6+
ThisBuild / homepage := Some(url("https://waylay.io"))
87
ThisBuild / developers := List(
98
Developer(
109
"ramazanyich",

project/plugins.sbt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@ addSbtPlugin("com.github.sbt" % "sbt-release" % "1.4.0")
33
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")
6-
addSbtPlugin("com.github.sbt" % "sbt-ci-release" % "1.11.1")
6+
addSbtPlugin("com.github.sbt" % "sbt-ci-release" % "1.11.0")
77
addSbtPlugin("org.xerial.sbt" % "sbt-sonatype" % "3.12.2")
88

99
// scala-xml issues

0 commit comments

Comments
 (0)