This repository was archived by the owner on Apr 29, 2024. It is now read-only.
File tree 10 files changed +10
-10
lines changed
basic-native-packager/project
basic-variable-substitution/project
basic-with-tests-cucumber/project
basic-with-tests-integration/project
basic-with-tests-specs2/project
10 files changed +10
-10
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.33 ")
25
+ addSbtPlugin("com.tapad" % "sbt-docker-compose" % "1.0.34 ")
26
26
```
27
27
sbt-docker-compose is an auto-plugin which requires that sbt version 0.13.5+ or sbt version 1.0.0+ be used.
28
28
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.33 " )
3
+ addSbtPlugin(" com.tapad" % " sbt-docker-compose" % " 1.0.34 " )
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.33 " )
3
+ addSbtPlugin(" com.tapad" % " sbt-docker-compose" % " 1.0.34 " )
Original file line number Diff line number Diff line change 1
1
addSbtPlugin(" se.marcuslonnberg" % " sbt-docker" % " 1.4.1" )
2
- addSbtPlugin(" com.tapad" % " sbt-docker-compose" % " 1.0.33 " )
2
+ addSbtPlugin(" com.tapad" % " sbt-docker-compose" % " 1.0.34 " )
3
3
addSbtPlugin(" com.waioeka.sbt" % " cucumber-plugin" % " 0.1.2" )
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.33 " )
3
+ addSbtPlugin(" com.tapad" % " sbt-docker-compose" % " 1.0.34 " )
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.33 " )
3
+ addSbtPlugin(" com.tapad" % " sbt-docker-compose" % " 1.0.34 " )
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.33 " )
3
+ addSbtPlugin(" com.tapad" % " sbt-docker-compose" % " 1.0.34 " )
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.33 " )
3
+ addSbtPlugin(" com.tapad" % " sbt-docker-compose" % " 1.0.34 " )
Original file line number Diff line number Diff line change 1
- addSbtPlugin(" com.tapad" % " sbt-docker-compose" % " 1.0.33 " )
1
+ addSbtPlugin(" com.tapad" % " sbt-docker-compose" % " 1.0.34 " )
Original file line number Diff line number Diff line change 1
- version in ThisBuild := " 1.0.34-SNAPSHOT "
1
+ version in ThisBuild := " 1.0.34"
You can’t perform that action at this time.
0 commit comments