Skip to content
This repository has been archived by the owner on Dec 1, 2024. It is now read-only.

Commit

Permalink
publishing works
Browse files Browse the repository at this point in the history
  • Loading branch information
jjba23 committed Sep 30, 2024
1 parent 2ec76c7 commit 02cfd03
Showing 1 changed file with 2 additions and 7 deletions.
9 changes: 2 additions & 7 deletions build.sbt
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ ThisBuild / sonatypeCredentialHost := sonatypeCentralHost

ThisBuild / publishTo := sonatypePublishToBundle.value

ThisBuild / version := "0.8.14"
ThisBuild / version := "0.8.15"

ThisBuild / resolvers += "Mulesoft".at(
"https://repository.mulesoft.org/nexus/content/repositories/public/"
Expand Down Expand Up @@ -50,9 +50,4 @@ ThisBuild / developers := List(
)
)

credentials += Credentials(
"GnuPG Key ID",
"gpg",
"C19D36C1B0EFAACEA3E5EF1094C62486A9D59BEF", // key identifier
"ignored" // this field is ignored; passwords are supplied by pinentry
)
usePgpKeyHex("C19D36C1B0EFAACEA3E5EF1094C62486A9D59BEF")

0 comments on commit 02cfd03

Please sign in to comment.