Use scalafix to update scala 2.13.3, silencer 1.7.0 (#29367)

This commit is contained in:
ohze.net 2020-12-09 15:20:13 +07:00 committed by GitHub
parent 388fb73beb
commit 9416dedad7
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
58 changed files with 131 additions and 115 deletions

View file

@ -24,13 +24,13 @@ import org.scalatest.concurrent._
//#main-app
object Main extends App {
implicit val system = ActorSystem("QuickStart")
implicit val system: ActorSystem = ActorSystem("QuickStart")
// Code here
}
//#main-app
class QuickStartDocSpec extends AnyWordSpec with BeforeAndAfterAll with ScalaFutures {
implicit val patience = PatienceConfig(5.seconds)
implicit val patience: PatienceConfig = PatienceConfig(5.seconds)
def println(any: Any) = () // silence printing stuff