Skip to content

Commit

Permalink
Fix scala#8703: Upgrade sbt-pack
Browse files Browse the repository at this point in the history
The latest release contains xerial/sbt-pack#204.
  • Loading branch information
smarter committed Sep 20, 2020
1 parent 333ab8e commit cbba7b6
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 @@ -8,7 +8,7 @@ addSbtPlugin("org.xerial.sbt" % "sbt-sonatype" % "3.6")

addSbtPlugin("com.jsuereth" % "sbt-pgp" % "2.0.0")

addSbtPlugin("org.xerial.sbt" % "sbt-pack" % "0.10.1")
addSbtPlugin("org.xerial.sbt" % "sbt-pack" % "0.13")

addSbtPlugin("pl.project13.scala" % "sbt-jmh" % "0.3.2")

Expand Down

0 comments on commit cbba7b6

Please sign in to comment.