This repository was archived by the owner on Apr 29, 2024. It is now read-only.
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
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
22
22
23
23
1 ) Add the sbt-docker-compose plugin to your projects plugins.sbt file:
24
24
```
25
- addSbtPlugin("com.tapad" % "sbt-docker-compose" % "1.0.25 ")
25
+ addSbtPlugin("com.tapad" % "sbt-docker-compose" % "1.0.26 ")
26
26
```
27
27
sbt-docker-compose is an auto-plugin which requires that sbt version 0.13.5 or higher be used.
28
28
@@ -183,6 +183,10 @@ tests from running until you attach a debugger to the specified port. For exampl
183
183
project needs to be built with the version of scala used by the project. If this is not configured correctly you may see
184
184
an issue with the Test Runner failing to load classes.
185
185
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.
186
190
187
191
Docker Compose File Custom Tags
188
192
-------------------------------
Original file line number Diff line number Diff line change 1
1
addSbtPlugin(" com.typesafe.sbt" %% " sbt-native-packager" % " 1.1.0" )
2
2
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
1
addSbtPlugin(" com.typesafe.sbt" %% " sbt-native-packager" % " 1.1.0" )
2
2
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
1
addSbtPlugin(" se.marcuslonnberg" % " sbt-docker" % " 1.4.1" )
2
2
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
1
addSbtPlugin(" se.marcuslonnberg" % " sbt-docker" % " 1.4.1" )
2
2
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 1
1
addSbtPlugin(" se.marcuslonnberg" % " sbt-docker" % " 1.4.1" )
2
2
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
1
addSbtPlugin(" se.marcuslonnberg" % " sbt-docker" % " 1.4.1" )
2
2
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