pjfanning commented on PR #40: URL: https://github.com/apache/pekko-http-quickstart-scala.g8/pull/40#issuecomment-5012696753
I suspect that we need to update https://github.com/apache/pekko-http-quickstart-scala.g8/blob/main/project/paradox.sbt to include the latest versions of the pardox plugins. Our pekko-sbt-plugin is old and has deliberate dependencies on JDK 8 friendly but JDK 17 hating sbt paradox dependencies. Add these 3 lines. ``` addSbtPlugin("com.github.sbt" % "sbt-site-paradox" % "1.7.0") addSbtPlugin("com.lightbend.paradox" % "sbt-paradox-theme" % "0.10.7") addSbtPlugin("com.lightbend.paradox" % "sbt-paradox" % "0.10.7") ``` -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL above to go to the specific comment. To unsubscribe, e-mail: [email protected] For queries about this service, please contact Infrastructure at: [email protected] --------------------------------------------------------------------- To unsubscribe, e-mail: [email protected] For additional commands, e-mail: [email protected]
