Skip to content

Commit

Permalink
Merge pull request #693 from gbougeard/patch-1
Browse files Browse the repository at this point in the history
Upgrade spotify docker-client to 3.2.1
  • Loading branch information
muuki88 committed Nov 11, 2015
2 parents 0ac59b6 + 2d11a7c commit d10beef
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion build.sbt
Expand Up @@ -12,7 +12,7 @@ scalacOptions in Compile ++= Seq("-deprecation", "-target:jvm-1.6")

libraryDependencies ++= Seq(
"org.apache.commons" % "commons-compress" % "1.4.1",
"com.spotify" % "docker-client" % "3.1.3",
"com.spotify" % "docker-client" % "3.2.1",
"org.vafer" % "jdeb" % "1.3" artifacts (Artifact("jdeb", "jar", "jar")),
"org.scalatest" %% "scalatest" % "2.2.4" % "test"
)
Expand Down

0 comments on commit d10beef

Please sign in to comment.