Update scala to 2.13.3 and silencer to 1.7.0 (#28991)
* Update scala to 2.13.3 and silencer to 1.7.0 * Also travis * Fix various warnings
This commit is contained in:
parent
f7bfed02bc
commit
c41c0420ad
113 changed files with 180 additions and 206 deletions
|
|
@ -4,7 +4,7 @@
|
|||
|
||||
package akka.cluster.ddata.protobuf
|
||||
|
||||
import java.{ util, lang => jl }
|
||||
import java.{ lang => jl }
|
||||
import java.io.NotSerializableException
|
||||
import java.util
|
||||
import java.util.ArrayList
|
||||
|
|
@ -23,7 +23,7 @@ import akka.cluster.ddata.Replicator.Internal._
|
|||
import akka.cluster.ddata.protobuf.msg.{ ReplicatedDataMessages => rd }
|
||||
import akka.cluster.ddata.protobuf.msg.{ ReplicatorMessages => dm }
|
||||
import akka.cluster.ddata.protobuf.msg.ReplicatorMessages.OtherMessage
|
||||
import akka.protobufv3.internal.{ ByteString, GeneratedMessageV3 }
|
||||
import akka.protobufv3.internal.ByteString
|
||||
import akka.protobufv3.internal.GeneratedMessageV3
|
||||
import akka.serialization.BaseSerializer
|
||||
import akka.serialization.Serialization
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue