Skip to content

Commit

Permalink
hotfix(snapi-parser)(publish): explicit import publishSigned
Browse files Browse the repository at this point in the history
  • Loading branch information
datYori committed Jan 16, 2024
1 parent 9843695 commit b939d5a
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 1 deletion.
2 changes: 2 additions & 0 deletions snapi-parser/build.sbt
Original file line number Diff line number Diff line change
Expand Up @@ -8,6 +8,8 @@ import Dependencies.*
import java.io.IOException
import scala.sys.process.*

import com.jsuereth.sbtpgp.PgpKeys.{publishSigned}

ThisBuild / sonatypeCredentialHost := "s01.oss.sonatype.org"

sonatypeRepository := "https://s01.oss.sonatype.org/service/local"
Expand Down
4 changes: 3 additions & 1 deletion snapi-parser/project/plugins.sbt
Original file line number Diff line number Diff line change
Expand Up @@ -18,4 +18,6 @@ addSbtPlugin("com.github.sbt" % "sbt-dynver" % "5.0.1")

libraryDependencies += "commons-io" % "commons-io" % "2.11.0"

addSbtPlugin("com.lightbend.sbt" % "sbt-java-formatter" % "0.8.0")
addSbtPlugin("com.lightbend.sbt" % "sbt-java-formatter" % "0.8.0")

addSbtPlugin("com.github.sbt" % "sbt-pgp" % "2.1.2")

0 comments on commit b939d5a

Please sign in to comment.