File tree Expand file tree Collapse file tree 2 files changed +4
-5
lines changed Expand file tree Collapse file tree 2 files changed +4
-5
lines changed Original file line number Diff line number Diff line change 11import sbt .Keys .thisProjectRef
22import 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" ))
87ThisBuild / developers := List (
98 Developer (
109 " ramazanyich" ,
Original file line number Diff line number Diff line change @@ -3,7 +3,7 @@ addSbtPlugin("com.github.sbt" % "sbt-release" % "1.4.0")
33addSbtPlugin(" com.github.sbt" % " sbt-ghpages" % " 0.8.0" )
44addSbtPlugin(" org.scoverage" % " sbt-scoverage" % " 2.3.1" )
55addSbtPlugin(" 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 " )
77addSbtPlugin(" org.xerial.sbt" % " sbt-sonatype" % " 3.12.2" )
88
99// scala-xml issues
You can’t perform that action at this time.
0 commit comments