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

SBT 1.3.3 breaks sbt-docker-compose #121

Open
leo-bogastry opened this issue Nov 6, 2019 · 0 comments
Open

SBT 1.3.3 breaks sbt-docker-compose #121

leo-bogastry opened this issue Nov 6, 2019 · 0 comments

Comments

@leo-bogastry
Copy link

I have been successfully using sbt-docker-compose to facilitate some testing. Previous sbt version was 1.2.8, but we are now updating to sbt 1.3.3 with which the dockerComposeTest command fails with error:

my.test.testSpec *** ABORTED ***
java.lang.RuntimeException: Unable to load a Suite class that was discovered in the runpath: my.test.testSpec
at org.scalatest.tools.DiscoverySuite$.getSuiteInstance(DiscoverySuite.scala:81)
at org.scalatest.tools.DiscoverySuite$$anonfun$1.apply(DiscoverySuite.scala:38)
at org.scalatest.tools.DiscoverySuite$$anonfun$1.apply(DiscoverySuite.scala:37)
at scala.collection.TraversableLike$$anonfun$map$1.apply(TraversableLike.scala:234)
at scala.collection.TraversableLike$$anonfun$map$1.apply(TraversableLike.scala:234)
at scala.collection.Iterator$class.foreach(Iterator.scala:893)
at scala.collection.AbstractIterator.foreach(Iterator.scala:1336)
at scala.collection.IterableLike$class.foreach(IterableLike.scala:72)
at scala.collection.AbstractIterable.foreach(Iterable.scala:54)
at scala.collection.TraversableLike$class.map(TraversableLike.scala:234)

Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant