mirror of
https://github.com/bitcoin-s/bitcoin-s.git
synced 2025-03-03 18:47:38 +01:00
Update sbt-native-packager to 1.9.13 (#4953)
This commit is contained in:
parent
4b4f6c8b9f
commit
a544ce0287
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.12")
|
||||
addSbtPlugin("com.github.sbt" % "sbt-native-packager" % "1.9.13")
|
||||
|
||||
// collect code coverage when executing tests
|
||||
//https://github.com/scoverage/sbt-scoverage
|
||||
|
|
Loading…
Add table
Reference in a new issue