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:
parent
fe073f08ee
commit
fc23f03031
86 changed files with 86 additions and 86 deletions
|
|
@ -9,7 +9,7 @@ import akka.testkit.TestProbe;
|
|||
|
||||
import org.junit.ClassRule;
|
||||
import org.junit.Test;
|
||||
import org.scalatest.junit.JUnitSuite;
|
||||
import org.scalatestplus.junit.JUnitSuite;
|
||||
|
||||
public class StashJavaAPI extends JUnitSuite {
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue