whisklabs / docker-it-scala

Docker integration testing kit with Scala
MIT License
431 stars 91 forks source link

Issues with SBT 1.3.x #136

Open atais opened 4 years ago

atais commented 4 years ago

Hello.

Starting a new project we faced some issues running docker tests with SBT 1.3.x

Downgrading to 1.2.8 immediately fixed the problem.

I can't tell what was the problem exactly, but tests could not connect to the created (and visible via docker ps) instances. What was more, running the tests with IntellJ worked fine.

Did anyone have similar problems?