Skip to content

Commit

Permalink
fix plugin commit
Browse files Browse the repository at this point in the history
  • Loading branch information
windymelt committed Mar 29, 2024
1 parent a715459 commit 54e0c23
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion project/plugins.sbt
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ addSbtPlugin("com.eed3si9n" % "sbt-assembly" % "2.1.0")
addSbtPlugin("com.github.sbt" % "sbt-release" % "1.1.0")

addSbtPlugin(
"org.xerial.sbt" % "sbt-sonatype" % "0.0.0-734-5b5db727"
"org.xerial.sbt" % "sbt-sonatype" % "0.0.0-736-9c0bbe91"
) // CAVEAT: Due to incapability with latest sbt-sonatype, use local built one
// cf. https://github.com/xerial/sbt-sonatype/issues/465

Expand Down

0 comments on commit 54e0c23

Please sign in to comment.