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 96078d7 commit 8a90248Copy full SHA for 8a90248
build.sbt
@@ -34,7 +34,7 @@ lazy val `docker-containers` = (project in file("."))
34
sbtPlugin := true,
35
description := "SBT plugin to define and manage Docker containers based on images creating using sbt-native-packager",
36
sonatypeProfileName := "com.dwolla",
37
- addSbtPlugin("com.github.sbt" %% "sbt-native-packager" % "1.9.16"),
+ addSbtPlugin("com.github.sbt" %% "sbt-native-packager" % "1.10.4"),
38
libraryDependencies ++= {
39
val specs2Version = "4.20.5"
40
0 commit comments