mirror of
https://github.com/bitcoin-s/bitcoin-s.git
synced 2025-03-03 02:39:18 +01:00
Update sbt-native-packager to 1.9.5 (#3735)
This commit is contained in:
parent
d912665067
commit
779b728834
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.github.sbt" % "sbt-native-packager" % "1.9.0")
|
||||
addSbtPlugin("com.github.sbt" % "sbt-native-packager" % "1.9.5")
|
||||
|
||||
// collect code coverage when executing tests
|
||||
addSbtPlugin("org.scoverage" % "sbt-scoverage" % "1.9.0")
|
||||
|
|
Loading…
Add table
Reference in a new issue