cerner / beadledom

A simple, composable framework for building RESTful services
http://engineering.cerner.com/beadledom
Apache License 2.0
25 stars 30 forks source link

Upgrade to Scala 2.12 and scalatest 3.1 #176

Closed johnlcox closed 4 years ago

johnlcox commented 4 years ago

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

This is bare minimum acceptable testing