Skip to content

Commit 5696d5f

Browse files
authored
Merge pull request #120 from Philippus/patch-1
Update docker-client, fixes #104
2 parents 856240b + 4f910b9 commit 5696d5f

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

build.sbt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -50,7 +50,7 @@ lazy val testkitSpotifyImpl =
5050
.settings(commonSettings: _*)
5151
.settings(name := "docker-testkit-impl-spotify",
5252
libraryDependencies ++=
53-
Seq("com.spotify" % "docker-client" % "8.9.0",
53+
Seq("com.spotify" % "docker-client" % "8.11.5",
5454
"com.google.code.findbugs" % "jsr305" % "3.0.1"))
5555
.dependsOn(core)
5656

0 commit comments

Comments
 (0)