Skip to content

Commit 4cf4cce

Browse files
deps: bump sbt-pack to latest 0.17 (#17469)
This pr bumps sbt-pack to the latest 0.17 and also accounts for a breaking change that was introduced in xerial/sbt-pack#324 meaning that `pack` now must be scoped.
2 parents 01e7c73 + 95d2066 commit 4cf4cce

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

project/Build.scala

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1949,7 +1949,7 @@ object ScaladocConfigs {
19491949
}
19501950

19511951
lazy val DefaultGenerationConfig = Def.task {
1952-
def distLocation = (dist / pack).value
1952+
def distLocation = (dist / Compile / pack).value
19531953
DefaultGenerationSettings.value
19541954
}
19551955

project/plugins.sbt

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

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

15-
addSbtPlugin("org.xerial.sbt" % "sbt-pack" % "0.13")
15+
addSbtPlugin("org.xerial.sbt" % "sbt-pack" % "0.17")
1616

1717
addSbtPlugin("pl.project13.scala" % "sbt-jmh" % "0.4.3")
1818

0 commit comments

Comments
 (0)