Skip to content

Commit 2e39ee2

Browse files
committed
update docker executor dependencies
1 parent 1874cce commit 2e39ee2

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

build.sbt

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -55,7 +55,7 @@ lazy val testkitSpotifyImpl =
5555
.settings(
5656
name := "docker-testkit-impl-spotify",
5757
libraryDependencies ++=
58-
Seq("com.spotify" % "docker-client" % "8.3.1",
58+
Seq("com.spotify" % "docker-client" % "8.4.0",
5959
"com.google.code.findbugs" % "jsr305" % "3.0.1"))
6060
.dependsOn(core)
6161

@@ -65,7 +65,7 @@ lazy val testkitDockerJavaImpl =
6565
.settings(
6666
name := "docker-testkit-impl-docker-java",
6767
libraryDependencies ++=
68-
Seq("com.github.docker-java" % "docker-java" % "3.0.8",
68+
Seq("com.github.docker-java" % "docker-java" % "3.0.9",
6969
"com.google.code.findbugs" % "jsr305" % "3.0.1"))
7070
.dependsOn(core)
7171

@@ -83,7 +83,7 @@ lazy val scalatest =
8383
name := "docker-testkit-scalatest",
8484
libraryDependencies ++=
8585
Seq(
86-
"org.scalatest" %% "scalatest" % "3.0.1",
86+
"org.scalatest" %% "scalatest" % "3.0.3",
8787
"ch.qos.logback" % "logback-classic" % "1.1.7" % "test",
8888
"org.postgresql" % "postgresql" % "9.4.1210" % "test"))
8989
.dependsOn(core, testkitSpotifyImpl % "test", testkitDockerJavaImpl % "test", samples % "test")
@@ -108,7 +108,7 @@ lazy val config =
108108
libraryDependencies ++=
109109
Seq(
110110
"com.iheart" %% "ficus" % "1.4.0",
111-
"org.scalatest" %% "scalatest" % "3.0.1" % "test"),
111+
"org.scalatest" %% "scalatest" % "3.0.3" % "test"),
112112
publish := scalaVersion map {
113113
case x if x.startsWith("2.10") => {}
114114
case _ => publish.value

0 commit comments

Comments
 (0)