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 7b38e06 commit 736b11cCopy full SHA for 736b11c
project/Plugins.sbt
@@ -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")
+//addSbtPlugin("org.xerial.sbt" % "sbt-sonatype" % "3.12.2")
+
4
addSbtPlugin("org.scalastyle" %% "scalastyle-sbt-plugin" % "1.0.0")
5
addSbtPlugin("com.github.sbt" % "sbt-ci-release" % "1.11.0")
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