mirror of
https://github.com/bitcoin-s/bitcoin-s.git
synced 2025-03-01 09:40:06 +01:00
Update sbt-native-packager to 1.11.0 (#5838)
This commit is contained in:
parent
6af79f9ed5
commit
2110132d7b
1 changed files with 1 additions and 1 deletions
|
@ -3,7 +3,7 @@ ThisBuild / libraryDependencySchemes += "org.scala-lang.modules" %% "scala-xml"
|
|||
// bundle up Scala applications into packaging formats such as Docker,
|
||||
// GraalVM native-image, executable JARs etc
|
||||
// https://github.com/sbt/sbt-native-packager
|
||||
addSbtPlugin("com.github.sbt" % "sbt-native-packager" % "1.10.4")
|
||||
addSbtPlugin("com.github.sbt" % "sbt-native-packager" % "1.11.0")
|
||||
|
||||
// collect code coverage when executing tests
|
||||
//https://github.com/scoverage/sbt-scoverage
|
||||
|
|
Loading…
Add table
Reference in a new issue