mirror of
https://github.com/bitcoin-s/bitcoin-s.git
synced 2024-11-20 10:13:26 +01:00
Update sbt-native-packager to 1.9.15 (#4989)
This commit is contained in:
parent
46dc3ed14e
commit
a9e17684fe
@ -3,7 +3,7 @@ ThisBuild / libraryDependencySchemes += "org.scala-lang.modules" %% "scala-xml"
|
|||||||
// bundle up Scala applications into packaging formats such as Docker,
|
// bundle up Scala applications into packaging formats such as Docker,
|
||||||
// GraalVM native-image, executable JARs etc
|
// GraalVM native-image, executable JARs etc
|
||||||
// https://github.com/sbt/sbt-native-packager
|
// https://github.com/sbt/sbt-native-packager
|
||||||
addSbtPlugin("com.github.sbt" % "sbt-native-packager" % "1.9.14")
|
addSbtPlugin("com.github.sbt" % "sbt-native-packager" % "1.9.15")
|
||||||
|
|
||||||
// collect code coverage when executing tests
|
// collect code coverage when executing tests
|
||||||
//https://github.com/scoverage/sbt-scoverage
|
//https://github.com/scoverage/sbt-scoverage
|
||||||
|
Loading…
Reference in New Issue
Block a user