Update dependency org.xerial.sbt:sbt-pack to v0.14

This commit is contained in:
Renovate Bot 2021-07-08 15:03:51 +00:00
parent e80ba5dea3
commit 2dc2f06bdb
No known key found for this signature in database
GPG key ID: 81C63AE1C224182B

View file

@ -1,6 +1,6 @@
logLevel := Level.Warn
addSbtPlugin("org.xerial.sbt" % "sbt-pack" % "0.13")
addSbtPlugin("org.xerial.sbt" % "sbt-pack" % "0.14")
addSbtPlugin("org.scoverage" % "sbt-scoverage" % "1.8.2")
addSbtPlugin("io.kamon" % "sbt-kanela-runner" % "2.0.10")
addSbtPlugin("com.eed3si9n" % "sbt-unidoc" % "0.4.3")