From affadbb7ed63db275b1066f2f8e94e984073e859 Mon Sep 17 00:00:00 2001 From: Kurt Kopchik Date: Tue, 9 Jan 2018 16:22:34 -0500 Subject: [PATCH] Updating release to v1.0.32 with support for Docker for Mac v17.12.0 detection --- README.md | 2 +- examples/basic-native-packager/project/plugins.sbt | 2 +- examples/basic-variable-substitution/project/plugins.sbt | 2 +- examples/basic-with-tests-cucumber/project/plugins.sbt | 2 +- examples/basic-with-tests-integration/project/plugins.sbt | 2 +- examples/basic-with-tests-specs2/project/plugins.sbt | 2 +- examples/basic-with-tests/project/plugins.sbt | 2 +- examples/multi-project/project/plugins.sbt | 2 +- examples/no-build/project/plugins.sbt | 2 +- version.sbt | 2 +- 10 files changed, 10 insertions(+), 10 deletions(-) diff --git a/README.md b/README.md index 570d627..25e922e 100644 --- a/README.md +++ b/README.md @@ -22,7 +22,7 @@ Steps to Enable and Configure sbt-docker-compose 1) Add the sbt-docker-compose plugin to your projects plugins.sbt file: ``` - addSbtPlugin("com.tapad" % "sbt-docker-compose" % "1.0.31") + addSbtPlugin("com.tapad" % "sbt-docker-compose" % "1.0.32") ``` sbt-docker-compose is an auto-plugin which requires that sbt version 0.13.5+ or sbt version 1.0.0+ be used. diff --git a/examples/basic-native-packager/project/plugins.sbt b/examples/basic-native-packager/project/plugins.sbt index 7cab65a..77e41ee 100644 --- a/examples/basic-native-packager/project/plugins.sbt +++ b/examples/basic-native-packager/project/plugins.sbt @@ -1,3 +1,3 @@ addSbtPlugin("com.typesafe.sbt" %% "sbt-native-packager" % "1.1.0") -addSbtPlugin("com.tapad" % "sbt-docker-compose" % "1.0.31") \ No newline at end of file +addSbtPlugin("com.tapad" % "sbt-docker-compose" % "1.0.32") \ No newline at end of file diff --git a/examples/basic-variable-substitution/project/plugins.sbt b/examples/basic-variable-substitution/project/plugins.sbt index 7cab65a..77e41ee 100644 --- a/examples/basic-variable-substitution/project/plugins.sbt +++ b/examples/basic-variable-substitution/project/plugins.sbt @@ -1,3 +1,3 @@ addSbtPlugin("com.typesafe.sbt" %% "sbt-native-packager" % "1.1.0") -addSbtPlugin("com.tapad" % "sbt-docker-compose" % "1.0.31") \ No newline at end of file +addSbtPlugin("com.tapad" % "sbt-docker-compose" % "1.0.32") \ No newline at end of file diff --git a/examples/basic-with-tests-cucumber/project/plugins.sbt b/examples/basic-with-tests-cucumber/project/plugins.sbt index 1da61bd..1dcdaa6 100644 --- a/examples/basic-with-tests-cucumber/project/plugins.sbt +++ b/examples/basic-with-tests-cucumber/project/plugins.sbt @@ -1,3 +1,3 @@ addSbtPlugin("se.marcuslonnberg" % "sbt-docker" % "1.4.1") -addSbtPlugin("com.tapad" % "sbt-docker-compose" % "1.0.31") +addSbtPlugin("com.tapad" % "sbt-docker-compose" % "1.0.32") addSbtPlugin("com.waioeka.sbt" % "cucumber-plugin" % "0.1.2") \ No newline at end of file diff --git a/examples/basic-with-tests-integration/project/plugins.sbt b/examples/basic-with-tests-integration/project/plugins.sbt index 789ed09..c2917a7 100644 --- a/examples/basic-with-tests-integration/project/plugins.sbt +++ b/examples/basic-with-tests-integration/project/plugins.sbt @@ -1,3 +1,3 @@ addSbtPlugin("se.marcuslonnberg" % "sbt-docker" % "1.4.1") -addSbtPlugin("com.tapad" % "sbt-docker-compose" % "1.0.31") +addSbtPlugin("com.tapad" % "sbt-docker-compose" % "1.0.32") diff --git a/examples/basic-with-tests-specs2/project/plugins.sbt b/examples/basic-with-tests-specs2/project/plugins.sbt index 789ed09..c2917a7 100644 --- a/examples/basic-with-tests-specs2/project/plugins.sbt +++ b/examples/basic-with-tests-specs2/project/plugins.sbt @@ -1,3 +1,3 @@ addSbtPlugin("se.marcuslonnberg" % "sbt-docker" % "1.4.1") -addSbtPlugin("com.tapad" % "sbt-docker-compose" % "1.0.31") +addSbtPlugin("com.tapad" % "sbt-docker-compose" % "1.0.32") diff --git a/examples/basic-with-tests/project/plugins.sbt b/examples/basic-with-tests/project/plugins.sbt index 789ed09..c2917a7 100644 --- a/examples/basic-with-tests/project/plugins.sbt +++ b/examples/basic-with-tests/project/plugins.sbt @@ -1,3 +1,3 @@ addSbtPlugin("se.marcuslonnberg" % "sbt-docker" % "1.4.1") -addSbtPlugin("com.tapad" % "sbt-docker-compose" % "1.0.31") +addSbtPlugin("com.tapad" % "sbt-docker-compose" % "1.0.32") diff --git a/examples/multi-project/project/plugins.sbt b/examples/multi-project/project/plugins.sbt index 02e8f2f..bdb4450 100644 --- a/examples/multi-project/project/plugins.sbt +++ b/examples/multi-project/project/plugins.sbt @@ -1,3 +1,3 @@ addSbtPlugin("se.marcuslonnberg" % "sbt-docker" % "1.4.1") -addSbtPlugin("com.tapad" % "sbt-docker-compose" % "1.0.31") \ No newline at end of file +addSbtPlugin("com.tapad" % "sbt-docker-compose" % "1.0.32") \ No newline at end of file diff --git a/examples/no-build/project/plugins.sbt b/examples/no-build/project/plugins.sbt index e5f6554..f06595b 100644 --- a/examples/no-build/project/plugins.sbt +++ b/examples/no-build/project/plugins.sbt @@ -1 +1 @@ -addSbtPlugin("com.tapad" % "sbt-docker-compose" % "1.0.31") \ No newline at end of file +addSbtPlugin("com.tapad" % "sbt-docker-compose" % "1.0.32") \ No newline at end of file diff --git a/version.sbt b/version.sbt index 53ea075..b6bd105 100644 --- a/version.sbt +++ b/version.sbt @@ -1 +1 @@ -version in ThisBuild := "1.0.32-SNAPSHOT" +version in ThisBuild := "1.0.32"