mirror of https://github.com/sbt/sbt.git
Merge pull request #8314 from xuwei-k/sbt-native-image
update sbt-native-image
This commit is contained in:
commit
028248f73e
|
|
@ -8,7 +8,7 @@ addSbtPlugin("com.github.sbt" % "sbt-header" % "5.11.0")
|
|||
addSbtPlugin("com.eed3si9n" % "sbt-assembly" % "2.3.1")
|
||||
addSbtPlugin("com.typesafe" % "sbt-mima-plugin" % "1.1.4")
|
||||
addSbtPlugin("com.swoval" % "sbt-java-format" % "0.3.1")
|
||||
addSbtPlugin("org.scalameta" % "sbt-native-image" % "0.3.1")
|
||||
addSbtPlugin("org.scalameta" % "sbt-native-image" % "0.3.4")
|
||||
addDependencyTreePlugin
|
||||
addSbtPlugin("ch.epfl.scala" % "sbt-scalafix" % "0.14.3")
|
||||
|
||||
|
|
|
|||
Loading…
Reference in New Issue