mirror of
https://github.com/bitcoin-s/bitcoin-s.git
synced 2025-02-22 22:36:34 +01:00
Update sbt-native-packager to 1.7.4 (#1644)
This commit is contained in:
parent
8dcf607efd
commit
2400b8de8e
1 changed files with 1 additions and 1 deletions
|
@ -1,6 +1,6 @@
|
|||
// bundle up Scala applications into packaging formats such as Docker,
|
||||
// GraalVM native-image, executable JARs etc
|
||||
addSbtPlugin("com.typesafe.sbt" % "sbt-native-packager" % "1.7.3")
|
||||
addSbtPlugin("com.typesafe.sbt" % "sbt-native-packager" % "1.7.4")
|
||||
|
||||
// collect code coverage when executing tests
|
||||
addSbtPlugin("org.scoverage" % "sbt-scoverage" % "1.6.1")
|
||||
|
|
Loading…
Add table
Reference in a new issue