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

Releases: Tapad/sbt-docker-compose

Adding 'fullClasspath' to testDependenciesClasspath

06 May 02:24
Compare
Choose a tag to compare

Bug Fixes

02 May 14:15
Compare
Choose a tag to compare
  1. Added support to parse the different possible docker-compose "environment:" field formats.
  2. dockerComposeTest now uses 'java' to kick off the test pass instead of 'scala'

Docker Compose 2.0 Fix for Network Cleanup

01 May 02:33
Compare
Choose a tag to compare

Docker Compose 2.0 formatted files create a new network each time the compose file is launched. This fix ensures that those new networks are cleaned up when 'dockerComposeStop' is run.

Add Support for new Docker Compose 1.6 Yaml Format

08 Feb 21:08
Compare
Choose a tag to compare
1.0.1

Adding support for the new 1.6 Docker Compose Yaml format

Initial Release

04 Feb 19:47
Compare
Choose a tag to compare
1.0.0

First Release 1.0.0