mirror of
https://github.com/bitcoin-s/bitcoin-s.git
synced 2025-03-26 13:25:49 +01:00
Update sbt-native-packager to 1.9.14 (#4980)
This commit is contained in:
parent
c7febc1ef0
commit
7d749f271b
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.9.13")
|
||||
addSbtPlugin("com.github.sbt" % "sbt-native-packager" % "1.9.14")
|
||||
|
||||
// collect code coverage when executing tests
|
||||
//https://github.com/scoverage/sbt-scoverage
|
||||
|
|
Loading…
Add table
Reference in a new issue