Skip to content

Commit 736b11c

Browse files
committed
update plugins
1 parent 7b38e06 commit 736b11c

File tree

1 file changed

+6
-3
lines changed

1 file changed

+6
-3
lines changed

project/Plugins.sbt

Lines changed: 6 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,8 @@
1-
addSbtPlugin("org.xerial.sbt" % "sbt-sonatype" % "3.12.2")
2-
addSbtPlugin("com.github.sbt" % "sbt-pgp" % "2.3.0")
3-
addSbtPlugin("com.github.sbt" % "sbt-release" % "1.1.0")
1+
//addSbtPlugin("org.xerial.sbt" % "sbt-sonatype" % "3.12.2")
2+
43
addSbtPlugin("org.scalastyle" %% "scalastyle-sbt-plugin" % "1.0.0")
54
addSbtPlugin("com.github.sbt" % "sbt-ci-release" % "1.11.0")
5+
6+
// Publishing.
7+
addSbtPlugin("com.github.sbt" % "sbt-pgp" % "2.3.1")
8+
addSbtPlugin("com.github.sbt" % "sbt-release" % "1.4.0")

0 commit comments

Comments
 (0)