Skip to content

Commit 3a85339

Browse files
rabooflrytz
authored andcommitted
[backport] Update sbt-native-packager to 1.3.3 (#166)
1 parent 05e4dfe commit 3a85339

File tree

1 file changed

+4
-1
lines changed

1 file changed

+4
-1
lines changed

project/plugins.sbt

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,9 @@
11
scalacOptions ++= Seq("-deprecation", "-feature", "-Xlint")
22

3-
addSbtPlugin("com.typesafe.sbt" % "sbt-native-packager" % "1.0.6")
3+
// jdeb and spotify docker are 'provided' in sbt-native-packager
4+
libraryDependencies += "org.vafer" % "jdeb" % "1.3" artifacts (Artifact("jdeb", "jar", "jar"))
5+
libraryDependencies += "com.spotify" % "docker-client" % "8.9.0"
6+
addSbtPlugin("com.typesafe.sbt" % "sbt-native-packager" % "1.3.3")
47

58
libraryDependencies += "com.amazonaws" % "aws-java-sdk-s3" % "1.11.277"
69

0 commit comments

Comments
 (0)