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

Commit d8adcdd

Browse files
committed
Updating to Release 1.0.30 with fix for SBT 1.1.0-M1
1 parent 8ddfa6b commit d8adcdd

File tree

10 files changed

+10
-10
lines changed

10 files changed

+10
-10
lines changed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@ Steps to Enable and Configure sbt-docker-compose
2222

2323
1) Add the sbt-docker-compose plugin to your projects plugins.sbt file:
2424
```
25-
addSbtPlugin("com.tapad" % "sbt-docker-compose" % "1.0.29")
25+
addSbtPlugin("com.tapad" % "sbt-docker-compose" % "1.0.30")
2626
```
2727
sbt-docker-compose is an auto-plugin which requires that sbt version 0.13.5+ or sbt version 1.0.0+ be used.
2828

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,3 @@
11
addSbtPlugin("com.typesafe.sbt" %% "sbt-native-packager" % "1.1.0")
22

3-
addSbtPlugin("com.tapad" % "sbt-docker-compose" % "1.0.29")
3+
addSbtPlugin("com.tapad" % "sbt-docker-compose" % "1.0.30")
Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,3 @@
11
addSbtPlugin("com.typesafe.sbt" %% "sbt-native-packager" % "1.1.0")
22

3-
addSbtPlugin("com.tapad" % "sbt-docker-compose" % "1.0.29")
3+
addSbtPlugin("com.tapad" % "sbt-docker-compose" % "1.0.30")
Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,3 @@
11
addSbtPlugin("se.marcuslonnberg" % "sbt-docker" % "1.4.1")
2-
addSbtPlugin("com.tapad" % "sbt-docker-compose" % "1.0.29")
2+
addSbtPlugin("com.tapad" % "sbt-docker-compose" % "1.0.30")
33
addSbtPlugin("com.waioeka.sbt" % "cucumber-plugin" % "0.1.2")
Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,3 @@
11
addSbtPlugin("se.marcuslonnberg" % "sbt-docker" % "1.4.1")
22

3-
addSbtPlugin("com.tapad" % "sbt-docker-compose" % "1.0.29")
3+
addSbtPlugin("com.tapad" % "sbt-docker-compose" % "1.0.30")
Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,3 @@
11
addSbtPlugin("se.marcuslonnberg" % "sbt-docker" % "1.4.1")
22

3-
addSbtPlugin("com.tapad" % "sbt-docker-compose" % "1.0.29")
3+
addSbtPlugin("com.tapad" % "sbt-docker-compose" % "1.0.30")
Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,3 @@
11
addSbtPlugin("se.marcuslonnberg" % "sbt-docker" % "1.4.1")
22

3-
addSbtPlugin("com.tapad" % "sbt-docker-compose" % "1.0.29")
3+
addSbtPlugin("com.tapad" % "sbt-docker-compose" % "1.0.30")
Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,3 @@
11
addSbtPlugin("se.marcuslonnberg" % "sbt-docker" % "1.4.1")
22

3-
addSbtPlugin("com.tapad" % "sbt-docker-compose" % "1.0.29")
3+
addSbtPlugin("com.tapad" % "sbt-docker-compose" % "1.0.30")
Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
addSbtPlugin("com.tapad" % "sbt-docker-compose" % "1.0.29")
1+
addSbtPlugin("com.tapad" % "sbt-docker-compose" % "1.0.30")

version.sbt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
version in ThisBuild := "1.0.30-SNAPSHOT"
1+
version in ThisBuild := "1.0.30"

0 commit comments

Comments
 (0)