=sbt Upgrade to Scala 2.12.18 and 2.13.11.

This commit is contained in:
He-Pin 2023-05-27 14:31:35 +08:00 committed by kerr
parent 9aa4e1d904
commit 008bdd5190
4 changed files with 8 additions and 9 deletions

View file

@ -23,7 +23,7 @@ import org.scalatest.wordspec.AnyWordSpec
class RecipeSplitter extends AnyWordSpec with BeforeAndAfterAll with Matchers with ScalaFutures {
implicit val system = ActorSystem("Test")
implicit val system: ActorSystem = ActorSystem("Test")
"Splitter" should {
" simple split " in {