AbsaOSS / ABRiS

Avro SerDe for Apache Spark structured APIs.
Apache License 2.0
230 stars 75 forks source link

Upgrade deprecated usages of FlatSpec, Matchers #217

Closed kevinwallimann closed 2 years ago

kevinwallimann commented 3 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

cerveada commented 2 years ago

Fix as part of #256