Skip to content

Commit

Permalink
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Update sbt-softwaremill-common, ... to 2.0.21
Browse files Browse the repository at this point in the history
scala-steward committed Oct 19, 2024
1 parent a0d72e4 commit 66a2a20
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
@@ -1,7 +1,7 @@
// required for sbt-github-release resolution
resolvers += "Era7 maven releases" at "https://s3-eu-west-1.amazonaws.com/releases.era7.com"

val sbtSoftwaremillVersion = "2.0.20"
val sbtSoftwaremillVersion = "2.0.21"
addSbtPlugin("com.softwaremill.sbt-softwaremill" % "sbt-softwaremill-common" % sbtSoftwaremillVersion)
addSbtPlugin("com.softwaremill.sbt-softwaremill" % "sbt-softwaremill-publish" % sbtSoftwaremillVersion)
addSbtPlugin("com.github.sbt" % "sbt-native-packager" % "1.10.4")

0 comments on commit 66a2a20

Please sign in to comment.