Use scalafix to update scala 2.13.3, silencer 1.7.0 (#29367)
This commit is contained in:
parent
388fb73beb
commit
9416dedad7
58 changed files with 131 additions and 115 deletions
|
|
@ -63,7 +63,7 @@ object DistributedDataDocSpec {
|
|||
import DataBot._
|
||||
|
||||
val replicator = DistributedData(context.system).replicator
|
||||
implicit val node = DistributedData(context.system).selfUniqueAddress
|
||||
implicit val node: SelfUniqueAddress = DistributedData(context.system).selfUniqueAddress
|
||||
|
||||
import context.dispatcher
|
||||
val tickTask = context.system.scheduler.scheduleWithFixedDelay(5.seconds, 5.seconds, self, Tick)
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue