Skip to content

Commit 1a266b5

Browse files
authored
Merge pull request #283 from viperproject/arquintl-rm-JavaAppPackaging
Update SBT Dependencies
2 parents a33eede + b5309db commit 1a266b5

1 file changed

Lines changed: 3 additions & 3 deletions

File tree

project/plugins.sbt

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
// Any copyright is dedicated to the Public Domain.
22
// http://creativecommons.org/publicdomain/zero/1.0/
33

4-
addSbtPlugin("com.eed3si9n" % "sbt-assembly" % "0.15.0")
5-
addSbtPlugin("com.typesafe.sbt" % "sbt-native-packager" % "1.7.6")
6-
addSbtPlugin("com.eed3si9n" % "sbt-buildinfo" % "0.10.0")
4+
addSbtPlugin("com.eed3si9n" % "sbt-assembly" % "2.3.1")
5+
addSbtPlugin("com.github.sbt" % "sbt-native-packager" % "1.11.1")
6+
addSbtPlugin("com.eed3si9n" % "sbt-buildinfo" % "0.13.1")

0 commit comments

Comments
 (0)