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
|
|
@ -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
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue