We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent a027f41 commit 5a6d72fCopy full SHA for 5a6d72f
build.sbt
@@ -1,5 +1,7 @@
1
import sbt.Keys.thisProjectRef
2
+import xerial.sbt.Sonatype._
3
4
+ThisBuild / publishTo := sonatypePublishToBundle.value
5
ThisBuild / organization := "io.waylay"
6
ThisBuild / homepage := Some(url("https://waylay.io"))
7
ThisBuild / developers := List(
project/plugins.sbt
@@ -4,6 +4,7 @@ addSbtPlugin("com.github.sbt" % "sbt-ghpages" % "0.8.0")
addSbtPlugin("org.scoverage" % "sbt-scoverage" % "2.3.1")
addSbtPlugin("org.scoverage" % "sbt-coveralls" % "1.3.15")
addSbtPlugin("com.github.sbt" % "sbt-ci-release" % "1.11.0")
+addSbtPlugin("org.xerial.sbt" % "sbt-sonatype" % "3.12.2")
8
9
// scala-xml issues
10
// TODO remove when everything has migrated to scala-xml 2.x
0 commit comments