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.
2 parents 856240b + 4f910b9 commit 5696d5fCopy full SHA for 5696d5f
build.sbt
@@ -50,7 +50,7 @@ lazy val testkitSpotifyImpl =
50
.settings(commonSettings: _*)
51
.settings(name := "docker-testkit-impl-spotify",
52
libraryDependencies ++=
53
- Seq("com.spotify" % "docker-client" % "8.9.0",
+ Seq("com.spotify" % "docker-client" % "8.11.5",
54
"com.google.code.findbugs" % "jsr305" % "3.0.1"))
55
.dependsOn(core)
56
0 commit comments