We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent a0b8c8f commit 5918d86Copy full SHA for 5918d86
project/plugins.sbt
@@ -4,7 +4,7 @@ resolvers += "Era7 maven releases" at "https://s3-eu-west-1.amazonaws.com/releas
4
val sbtSoftwaremillVersion = "2.0.21"
5
addSbtPlugin("com.softwaremill.sbt-softwaremill" % "sbt-softwaremill-common" % sbtSoftwaremillVersion)
6
addSbtPlugin("com.softwaremill.sbt-softwaremill" % "sbt-softwaremill-publish" % sbtSoftwaremillVersion)
7
-addSbtPlugin("com.github.sbt" % "sbt-native-packager" % "1.10.4")
+addSbtPlugin("com.github.sbt" % "sbt-native-packager" % "1.11.0")
8
addSbtPlugin("com.github.sbt" % "sbt-git" % "2.1.0")
9
addSbtPlugin("com.eed3si9n" % "sbt-assembly" % "2.3.0")
10
addSbtPlugin("org.scoverage" % "sbt-scoverage" % "2.2.2")
0 commit comments