Closed johnlcox closed 4 years ago
Upgrades to Scala 2.12 and scalatest 3.1 so that we can be on the latest scalatest version. We still can't go to Scala 2.13 because some of our internally used Scala dependencies (for example gatling) only support 2.12 so far.
Existing tests
This is bare minimum acceptable testing
./mvnw clean install -U
What was changed? Why is this necessary?
Upgrades to Scala 2.12 and scalatest 3.1 so that we can be on the latest scalatest version. We still can't go to Scala 2.13 because some of our internally used Scala dependencies (for example gatling) only support 2.12 so far.
How was it tested?
Existing tests
How to test
./mvnw clean install -U