Closed kevinwallimann closed 2 years ago
With the upgrade to scalatest 3.1.0, org.scalatest.FlatSpec and org.scalatest.Matchers have been marked deprecated. According to the scaladoc, they should be replaced with org.scalatest.flatspec.AnyFlatSpec and org.scalatest.should.Matchers
org.scalatest.FlatSpec
org.scalatest.Matchers
org.scalatest.flatspec.AnyFlatSpec
org.scalatest.should.Matchers
Fix as part of #256
With the upgrade to scalatest 3.1.0,
org.scalatest.FlatSpec
andorg.scalatest.Matchers
have been marked deprecated. According to the scaladoc, they should be replaced withorg.scalatest.flatspec.AnyFlatSpec
andorg.scalatest.should.Matchers