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.
2 parents 5b24bbf + 9b34d10 commit f0a002eCopy full SHA for f0a002e
project/plugins.sbt
@@ -12,6 +12,6 @@ def isStaging = sys.props.contains("mimabuild.staging")
12
resolvers ++= (if (isStaging) List(stagingResolver) else Nil)
13
14
addSbtPlugin("com.dwijnand" % "sbt-dynver" % "4.1.1")
15
-addSbtPlugin("com.jsuereth" % "sbt-pgp" % "2.0.2")
+addSbtPlugin("com.jsuereth" % "sbt-pgp" % "2.1.0")
16
addSbtPlugin("com.typesafe" % "sbt-mima-plugin" % "0.8.1")
17
addSbtPlugin("com.dwijnand" % "sbt-travisci" % "1.2.0")
0 commit comments