When executing sbt checkPgpSignatures I get java.lang.IllegalArgumentException errors. Is there anything I'm missing? This is also happening when executing in the sbt-pgp repository.
[error] (sbt-pgp/*:updatePgpSignatures) java.lang.IllegalArgumentException: Cannot add artifact 'sbt-pgp_2.10.jar' to configuration 'compile' of module com.jsuereth#sbt-pgp_2.10;1.0-362db608157e066125b850127da6babbae08482b because this configuration doesn't exist!
[error] (library/*:updatePgpSignatures) java.lang.IllegalArgumentException: Cannot add artifact 'pgp-library_2.10.jar' to configuration 'compile' of module com.jsuereth#pgp-library_2.10;1.0-362db608157e066125b850127da6babbae08482b because this configuration doesn't exist!
[error] (plugin/*:updatePgpSignatures) java.lang.IllegalArgumentException: Cannot add artifact 'sbt-pgp.jar' to configuration 'compile' of module com.jsuereth#sbt-pgp;1.0-362db608157e066125b850127da6babbae08482b because this configuration doesn't exist!
When executing
sbt checkPgpSignaturesI getjava.lang.IllegalArgumentExceptionerrors. Is there anything I'm missing? This is also happening when executing in thesbt-pgprepository.