I am trying to use the module in local development but i have several errors while compilation in sbt like 👍
useGpg := true not found or
releasePublishArtifactsAction := PgpKeys.publishSigned.value not found so the project can not compile is there something special to do to make it work (i modify the built.sbt in my project as asked)
Hi,
I am trying to use the module in local development but i have several errors while compilation in sbt like 👍 useGpg := true not found or
releasePublishArtifactsAction := PgpKeys.publishSigned.value not found so the project can not compile is there something special to do to make it work (i modify the built.sbt in my project as asked)
thank you and great module still supported