Skip to content
This repository has been archived by the owner on Apr 29, 2024. It is now read-only.

Commit

Permalink
Updating release to v1.0.32 with support for Docker for Mac v17.12.0 …
Browse files Browse the repository at this point in the history
…detection
  • Loading branch information
kurtkopchik committed Jan 9, 2018
1 parent 6a29d7c commit affadbb
Show file tree
Hide file tree
Showing 10 changed files with 10 additions and 10 deletions.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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.

Expand Down
2 changes: 1 addition & 1 deletion examples/basic-native-packager/project/plugins.sbt
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
addSbtPlugin("com.typesafe.sbt" %% "sbt-native-packager" % "1.1.0")

addSbtPlugin("com.tapad" % "sbt-docker-compose" % "1.0.31")
addSbtPlugin("com.tapad" % "sbt-docker-compose" % "1.0.32")
2 changes: 1 addition & 1 deletion examples/basic-variable-substitution/project/plugins.sbt
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
addSbtPlugin("com.typesafe.sbt" %% "sbt-native-packager" % "1.1.0")

addSbtPlugin("com.tapad" % "sbt-docker-compose" % "1.0.31")
addSbtPlugin("com.tapad" % "sbt-docker-compose" % "1.0.32")
2 changes: 1 addition & 1 deletion examples/basic-with-tests-cucumber/project/plugins.sbt
Original file line number Diff line number Diff line change
@@ -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")
2 changes: 1 addition & 1 deletion examples/basic-with-tests-integration/project/plugins.sbt
Original file line number Diff line number Diff line change
@@ -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")
2 changes: 1 addition & 1 deletion examples/basic-with-tests-specs2/project/plugins.sbt
Original file line number Diff line number Diff line change
@@ -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")
2 changes: 1 addition & 1 deletion examples/basic-with-tests/project/plugins.sbt
Original file line number Diff line number Diff line change
@@ -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")
2 changes: 1 addition & 1 deletion examples/multi-project/project/plugins.sbt
Original file line number Diff line number Diff line change
@@ -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")
2 changes: 1 addition & 1 deletion examples/no-build/project/plugins.sbt
Original file line number Diff line number Diff line change
@@ -1 +1 @@
addSbtPlugin("com.tapad" % "sbt-docker-compose" % "1.0.31")
addSbtPlugin("com.tapad" % "sbt-docker-compose" % "1.0.32")
2 changes: 1 addition & 1 deletion version.sbt
Original file line number Diff line number Diff line change
@@ -1 +1 @@
version in ThisBuild := "1.0.32-SNAPSHOT"
version in ThisBuild := "1.0.32"

0 comments on commit affadbb

Please sign in to comment.