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

Commit

Permalink
Updating to Release 1.0.29 with support for Cucumber tests
Browse files Browse the repository at this point in the history
  • Loading branch information
kurtkopchik committed Oct 18, 2017
1 parent 0fdfa13 commit 1614c3e
Show file tree
Hide file tree
Showing 10 changed files with 11 additions and 11 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.28")
addSbtPlugin("com.tapad" % "sbt-docker-compose" % "1.0.29")
```
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.28")
addSbtPlugin("com.tapad" % "sbt-docker-compose" % "1.0.29")
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.28")
addSbtPlugin("com.tapad" % "sbt-docker-compose" % "1.0.29")
4 changes: 2 additions & 2 deletions 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.29-SNAPSHOT")
addSbtPlugin("com.waioeka.sbt" % "cucumber-plugin" % "0.1.2")
addSbtPlugin("com.tapad" % "sbt-docker-compose" % "1.0.29")
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.28")
addSbtPlugin("com.tapad" % "sbt-docker-compose" % "1.0.29")
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.28")
addSbtPlugin("com.tapad" % "sbt-docker-compose" % "1.0.29")
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.28")
addSbtPlugin("com.tapad" % "sbt-docker-compose" % "1.0.29")
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.28")
addSbtPlugin("com.tapad" % "sbt-docker-compose" % "1.0.29")
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.28")
addSbtPlugin("com.tapad" % "sbt-docker-compose" % "1.0.29")
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.29-SNAPSHOT"
version in ThisBuild := "1.0.29"

0 comments on commit 1614c3e

Please sign in to comment.