Skip to content

Commit

Permalink
Merge pull request #9838 from dotty-staging/fix-windows-exe
Browse files Browse the repository at this point in the history
Fix #8703: Upgrade sbt-pack
  • Loading branch information
liufengyun authored Sep 21, 2020
2 parents e99793e + cbba7b6 commit 825cdd0
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 825cdd0

Please sign in to comment.