Rename Typed TestKit, #25084
Artifact: akka-testkit-typed -> akka-actor-testkit-typed Package: akka.testkit.typed -> akka.actor.testkit.typed Config: akka.typed -> akka.actor.typed akka.testkit.typed -> akka.actor.testkit.typed
This commit is contained in:
parent
34bb7fee3c
commit
b08d3acb4b
112 changed files with 285 additions and 276 deletions
|
|
@ -138,7 +138,7 @@ object Dependencies {
|
|||
val actorTests = l ++= Seq(Test.junit, Test.scalatest.value, Test.commonsCodec, Test.commonsMath,
|
||||
Test.mockito, Test.scalacheck.value, Test.jimfs)
|
||||
|
||||
val typedTestkit = l ++= Seq(Provided.junit)
|
||||
val actorTestkitTyped = l ++= Seq(Provided.junit)
|
||||
|
||||
val remote = l ++= Seq(netty, aeronDriver, aeronClient, Test.junit, Test.scalatest.value, Test.jimfs)
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue