=sbt Upgrade to Scala 2.12.18 and 2.13.11.
This commit is contained in:
parent
9aa4e1d904
commit
008bdd5190
4 changed files with 8 additions and 9 deletions
|
|
@ -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 {
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue