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 7a40eed commit 4ea3a03Copy full SHA for 4ea3a03
build.sbt
@@ -59,8 +59,6 @@ startYear := Some(2014)
59
60
licenses := Seq(("Apache License 2.0", new URL("http://www.apache.org/licenses/LICENSE-2.0.html")))
61
62
-releasePublishArtifactsAction := PgpKeys.publishSigned.value
63
-
64
pomExtra := {
65
pomExtra.value ++ Group(
66
<issueManagement>
project/plugins.sbt
@@ -1,7 +1,3 @@
1
-addSbtPlugin("com.github.sbt" % "sbt-release" % "1.1.0")
2
3
-addSbtPlugin("com.github.sbt" % "sbt-pgp" % "2.1.2")
4
5
addSbtPlugin("org.scoverage" % "sbt-scoverage" % "1.8.2")
6
7
addSbtPlugin("com.codecommit" % "sbt-github-actions" % "0.13.0")
version.sbt
0 commit comments