We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 05e4dfe commit 3a85339Copy full SHA for 3a85339
project/plugins.sbt
@@ -1,6 +1,9 @@
1
scalacOptions ++= Seq("-deprecation", "-feature", "-Xlint")
2
3
-addSbtPlugin("com.typesafe.sbt" % "sbt-native-packager" % "1.0.6")
+// 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")
7
8
libraryDependencies += "com.amazonaws" % "aws-java-sdk-s3" % "1.11.277"
9
0 commit comments