Skip to content

Commit 825cdd0

Browse files
authored
Merge pull request #9838 from dotty-staging/fix-windows-exe
Fix #8703: Upgrade sbt-pack
2 parents e99793e + cbba7b6 commit 825cdd0

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

project/plugins.sbt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ addSbtPlugin("org.xerial.sbt" % "sbt-sonatype" % "3.6")
88

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

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

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

0 commit comments

Comments
 (0)