Is your feature request related to a problem? Please describe.
Although Scala apps can run on JDK 11, per official docs it is recommended that Java 8 be used for compiling Scala code. Per the same documentation, this is expected to happen in June 2019.
Describe the solution you'd like
Upgrade Scala and dependencies to a version that uses OpenJDK 11+.
Describe alternatives you've considered
An alternative is to use Amazon Corretto JDK instead.
Additional context
N/A