upgrade to latest ScalaTest (#26387)

stuff moved to a new package. you wouldn't expect that in a point
release, but they put type aliases in place so Scala users wouldn't
notice. but the change is visible to Java code.

the upgrade is not strictly necessary, but it would be convenient
for the Scala 2.13 community build to have this merged, so I don't
have to maintain these changes in our Akka fork
This commit is contained in:
Seth Tisue 2019-02-17 11:45:39 -08:00 committed by Christopher Batey
parent fe073f08ee
commit fc23f03031
86 changed files with 86 additions and 86 deletions

View file

@ -9,7 +9,7 @@ import akka.actor.ActorSystem;
import akka.japi.*;
import org.junit.ClassRule;
import org.scalatest.junit.JUnitSuite;
import org.scalatestplus.junit.JUnitSuite;
import scala.Function1;
import scala.concurrent.Await;
import scala.concurrent.Future;