Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Drop sbt-pgp from project/plugins.sbt #16

Merged
merged 1 commit into from
Oct 6, 2015
Merged

Drop sbt-pgp from project/plugins.sbt #16

merged 1 commit into from
Oct 6, 2015

Conversation

earldouglas
Copy link
Contributor

Per the official installation instructions[1], sbt-pgp should be enabled
via ~/.sbt/0.13/plugins/gpg.sbt, rather than a project-local
configuration:

Installation
For sbt 0.13.5+:

Add the following to your ~/.sbt/0.13/plugins/gpg.sbt file:

addSbtPlugin("com.jsuereth" % "sbt-pgp" % "1.0.0")

Fixes #15

[1] http://www.scala-sbt.org/sbt-pgp/

Per the official installation instructions[1], sbt-pgp should be enabled
via ~/.sbt/0.13/plugins/gpg.sbt, rather than a project-local
configuration:

> Installation
> For sbt 0.13.5+:
>
> Add the following to your ~/.sbt/0.13/plugins/gpg.sbt file:
>
> addSbtPlugin("com.jsuereth" % "sbt-pgp" % "1.0.0")

Fixes #15

[1] http://www.scala-sbt.org/sbt-pgp/
@earldouglas
Copy link
Contributor Author

This might just be kicking the problem down the road, but at least it unblocks further scalatra-sbt development.

dozed added a commit that referenced this pull request Oct 6, 2015
Drop sbt-pgp from project/plugins.sbt
@dozed dozed merged commit 7642d1b into scalatra:master Oct 6, 2015
@dozed
Copy link
Member

dozed commented Oct 6, 2015

Sounds reasonable, thanks!

@earldouglas earldouglas deleted the issue-15 branch October 6, 2015 23:15
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants