File tree Expand file tree Collapse file tree 2 files changed +2
-5
lines changed Expand file tree Collapse file tree 2 files changed +2
-5
lines changed Original file line number Diff line number Diff line change 11import 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" ))
75ThisBuild / developers := List (
86 Developer (
97 " ramazanyich" ,
Original file line number Diff line number Diff line change @@ -4,7 +4,6 @@ addSbtPlugin("com.github.sbt" % "sbt-ghpages" % "0.8.0")
44addSbtPlugin(" org.scoverage" % " sbt-scoverage" % " 2.3.1" )
55addSbtPlugin(" org.scoverage" % " sbt-coveralls" % " 1.3.15" )
66addSbtPlugin(" 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
You can’t perform that action at this time.
0 commit comments