Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

...

The sbt-pgp plugin is required to publish signed releases. Add the following to the file ~/.sbt/1.0/plugins/pgp.sbt to enable usage of the plugin:

Code Block
addSbtPlugin("com.jsuereth" % "sbt-pgp" % "1.1.01")

In most cases, no other configuration should be necessary–the plugin should automatically find and use the signing key created above.

...