This repository was archived by the owner on Apr 29, 2024. It is now read-only.
File tree Expand file tree Collapse file tree 9 files changed +13
-11
lines changed
basic-native-packager/project
basic-variable-substitution/project
basic-with-tests-integration/project
basic-with-tests-specs2/project Expand file tree Collapse file tree 9 files changed +13
-11
lines changed Original file line number Diff line number Diff line change @@ -22,7 +22,7 @@ Steps to Enable and Configure sbt-docker-compose
2222
23231 ) Add the sbt-docker-compose plugin to your projects plugins.sbt file:
2424 ```
25- addSbtPlugin("com.tapad" % "sbt-docker-compose" % "1.0.25 ")
25+ addSbtPlugin("com.tapad" % "sbt-docker-compose" % "1.0.26 ")
2626 ```
2727 sbt-docker-compose is an auto-plugin which requires that sbt version 0.13.5 or higher be used.
2828
@@ -183,6 +183,10 @@ tests from running until you attach a debugger to the specified port. For exampl
183183project needs to be built with the version of scala used by the project. If this is not configured correctly you may see
184184an issue with the Test Runner failing to load classes.
185185
186+ There is also support for running [Specs2](https://etorreborre.github.io/specs2/) test cases. For these tests only the
187+ JVM system properties will be available for accessing information about the Docker Compose instance under test.
188+
189+ See the [**basic-with-tests-specs2**](examples/basic-with-tests-specs2) example for more details.
186190
187191Docker Compose File Custom Tags
188192-------------------------------
Original file line number Diff line number Diff line change 11addSbtPlugin(" com.typesafe.sbt" %% " sbt-native-packager" % " 1.1.0" )
22
3- addSbtPlugin(" com.tapad" % " sbt-docker-compose" % " 1.0.25 " )
3+ addSbtPlugin(" com.tapad" % " sbt-docker-compose" % " 1.0.26 " )
Original file line number Diff line number Diff line change 11addSbtPlugin(" com.typesafe.sbt" %% " sbt-native-packager" % " 1.1.0" )
22
3- addSbtPlugin(" com.tapad" % " sbt-docker-compose" % " 1.0.25 " )
3+ addSbtPlugin(" com.tapad" % " sbt-docker-compose" % " 1.0.26 " )
Original file line number Diff line number Diff line change 11addSbtPlugin(" se.marcuslonnberg" % " sbt-docker" % " 1.4.1" )
22
3- addSbtPlugin(" com.tapad" % " sbt-docker-compose" % " 1.0.25 " )
3+ addSbtPlugin(" com.tapad" % " sbt-docker-compose" % " 1.0.26 " )
Original file line number Diff line number Diff line change 11addSbtPlugin(" se.marcuslonnberg" % " sbt-docker" % " 1.4.1" )
22
3- resolvers += " Sonatype Snapshots" at " https://oss.sonatype.org/content/repositories/snapshots/"
4-
5- addSbtPlugin(" com.tapad" % " sbt-docker-compose" % " 1.0.26-SNAPSHOT" )
3+ addSbtPlugin(" com.tapad" % " sbt-docker-compose" % " 1.0.26" )
Original file line number Diff line number Diff line change 11addSbtPlugin(" se.marcuslonnberg" % " sbt-docker" % " 1.4.1" )
22
3- addSbtPlugin(" com.tapad" % " sbt-docker-compose" % " 1.0.25 " )
3+ addSbtPlugin(" com.tapad" % " sbt-docker-compose" % " 1.0.26 " )
Original file line number Diff line number Diff line change 11addSbtPlugin(" se.marcuslonnberg" % " sbt-docker" % " 1.4.1" )
22
3- addSbtPlugin(" com.tapad" % " sbt-docker-compose" % " 1.0.25 " )
3+ addSbtPlugin(" com.tapad" % " sbt-docker-compose" % " 1.0.26 " )
Original file line number Diff line number Diff line change 1- addSbtPlugin(" com.tapad" % " sbt-docker-compose" % " 1.0.25 " )
1+ addSbtPlugin(" com.tapad" % " sbt-docker-compose" % " 1.0.26 " )
Original file line number Diff line number Diff line change 1- version in ThisBuild := " 1.0.26-SNAPSHOT "
1+ version in ThisBuild := " 1.0.26"
You can’t perform that action at this time.
0 commit comments