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 db8fae9 commit 5862917Copy full SHA for 5862917
build.sbt
@@ -42,6 +42,7 @@ scmInfo := Some(
42
url("https://github.com/stringbean/sbt-dependency-lock"),
43
"https://github.com/stringbean/sbt-dependency-lock.git"))
44
git.remoteRepo := "git@github.com:stringbean/sbt-dependency-lock.git"
45
+publishTo := sonatypePublishToBundle.value
46
47
import sbtrelease.ReleasePlugin.autoImport.ReleaseTransformations._
48
project/plugins.sbt
@@ -1,6 +1,7 @@
1
// publishing
2
addSbtPlugin("com.github.sbt" % "sbt-pgp" % "2.1.2")
3
addSbtPlugin("com.github.sbt" % "sbt-release" % "1.0.15")
4
+addSbtPlugin("org.xerial.sbt" % "sbt-sonatype" % "3.9.7")
5
6
// code style
7
addSbtPlugin("de.heikoseeberger" % "sbt-header" % "5.6.0")
0 commit comments