Remove ApiMayChange from typed testkit (#27096)
* Remove ApiMayChange from typed testkit * Don't disable mima plugin to highlight times we break bin cmompat Refs #26897 * Add api may change to test inbox and behavior test kit
This commit is contained in:
parent
310b861d69
commit
139d9a3c0c
5 changed files with 8 additions and 8 deletions
|
|
@ -435,7 +435,6 @@ lazy val actorTestkitTyped = akkaModule("akka-actor-testkit-typed")
|
|||
.dependsOn(actorTyped, testkit % "compile->compile;test->test")
|
||||
.settings(AutomaticModuleName.settings("akka.actor.testkit.typed"))
|
||||
.settings(Dependencies.actorTestkitTyped)
|
||||
.disablePlugins(MimaPlugin)
|
||||
|
||||
lazy val actorTypedTests = akkaModule("akka-actor-typed-tests")
|
||||
.dependsOn(actorTyped, actorTestkitTyped % "compile->compile;test->test")
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue