@@ -55,7 +55,7 @@ lazy val testkitSpotifyImpl =
55
55
.settings(
56
56
name := " docker-testkit-impl-spotify" ,
57
57
libraryDependencies ++=
58
- Seq (" com.spotify" % " docker-client" % " 8.3.1 " ,
58
+ Seq (" com.spotify" % " docker-client" % " 8.4.0 " ,
59
59
" com.google.code.findbugs" % " jsr305" % " 3.0.1" ))
60
60
.dependsOn(core)
61
61
@@ -65,7 +65,7 @@ lazy val testkitDockerJavaImpl =
65
65
.settings(
66
66
name := " docker-testkit-impl-docker-java" ,
67
67
libraryDependencies ++=
68
- Seq (" com.github.docker-java" % " docker-java" % " 3.0.8 " ,
68
+ Seq (" com.github.docker-java" % " docker-java" % " 3.0.9 " ,
69
69
" com.google.code.findbugs" % " jsr305" % " 3.0.1" ))
70
70
.dependsOn(core)
71
71
@@ -83,7 +83,7 @@ lazy val scalatest =
83
83
name := " docker-testkit-scalatest" ,
84
84
libraryDependencies ++=
85
85
Seq (
86
- " org.scalatest" %% " scalatest" % " 3.0.1 " ,
86
+ " org.scalatest" %% " scalatest" % " 3.0.3 " ,
87
87
" ch.qos.logback" % " logback-classic" % " 1.1.7" % " test" ,
88
88
" org.postgresql" % " postgresql" % " 9.4.1210" % " test" ))
89
89
.dependsOn(core, testkitSpotifyImpl % " test" , testkitDockerJavaImpl % " test" , samples % " test" )
@@ -108,7 +108,7 @@ lazy val config =
108
108
libraryDependencies ++=
109
109
Seq (
110
110
" com.iheart" %% " ficus" % " 1.4.0" ,
111
- " org.scalatest" %% " scalatest" % " 3.0.1 " % " test" ),
111
+ " org.scalatest" %% " scalatest" % " 3.0.3 " % " test" ),
112
112
publish := scalaVersion map {
113
113
case x if x.startsWith(" 2.10" ) => {}
114
114
case _ => publish.value
0 commit comments