Skip to content

Commit 5862917

Browse files
committed
Add sonatype plugin
1 parent db8fae9 commit 5862917

File tree

2 files changed

+2
-0
lines changed

2 files changed

+2
-0
lines changed

build.sbt

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -42,6 +42,7 @@ scmInfo := Some(
4242
url("https://github.com/stringbean/sbt-dependency-lock"),
4343
"https://github.com/stringbean/sbt-dependency-lock.git"))
4444
git.remoteRepo := "git@github.com:stringbean/sbt-dependency-lock.git"
45+
publishTo := sonatypePublishToBundle.value
4546

4647
import sbtrelease.ReleasePlugin.autoImport.ReleaseTransformations._
4748

project/plugins.sbt

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,7 @@
11
// publishing
22
addSbtPlugin("com.github.sbt" % "sbt-pgp" % "2.1.2")
33
addSbtPlugin("com.github.sbt" % "sbt-release" % "1.0.15")
4+
addSbtPlugin("org.xerial.sbt" % "sbt-sonatype" % "3.9.7")
45

56
// code style
67
addSbtPlugin("de.heikoseeberger" % "sbt-header" % "5.6.0")

0 commit comments

Comments
 (0)