Skip to content

Commit 8044ab8

Browse files
committed
Update sbt-pack to 0.18
1 parent dcab335 commit 8044ab8

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
ThisBuild / libraryDependencySchemes += "org.scala-lang.modules" %% "scala-xml" % "always"
22

3-
addSbtPlugin("org.xerial.sbt" % "sbt-pack" % "0.17")
3+
addSbtPlugin("org.xerial.sbt" % "sbt-pack" % "0.18")
44
addSbtPlugin("org.wvlet.airframe" % "sbt-airframe" % "23.11.3")
55
addSbtPlugin("org.scalameta" % "sbt-scalafmt" % "2.5.2")

project/plugin.sbt

+1-1
Original file line numberDiff line numberDiff line change
@@ -35,7 +35,7 @@ addSbtPlugin("com.simplytyped" % "sbt-antlr4" % "0.8.3")
3535

3636
// For JMH benchmark
3737
addSbtPlugin("pl.project13.scala" % "sbt-jmh" % "0.4.6")
38-
addSbtPlugin("org.xerial.sbt" % "sbt-pack" % "0.17")
38+
addSbtPlugin("org.xerial.sbt" % "sbt-pack" % "0.18")
3939

4040
scalacOptions ++= Seq("-deprecation", "-feature")
4141

0 commit comments

Comments
 (0)