Running sbt run
on a Scala, akka-grpc project, based on their basic tutorial I get:
[error] [jetty-alpn-agent] Could not find a matching alpn-boot JAR for Java version: 12.0.2
Is alpn-boot not compatible with Java 12 yet? What is this trying to say? Does it work with Java 11? Can I make it work with 12 making it believe it's Java 11?