Replies: 1 comment 3 replies
-
When using
Then it uses the 2.9.x branch of the scala-seed project which sets things up correctly for Play 2.9 |
Beta Was this translation helpful? Give feedback.
3 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
Just used g8 to setup a Play project using Play 2.9.0-M6, Scala 3.3.0 & SBT 1.9.2 but I'm getting library conflict errors:
I added this to
build.sbt
but to no avail:Ok, I finally got it working. Here's how:
Add this to
project/plugins.sbt
Change the Scala Test dependency version:
In IntelliJ Edit Configurations select JDK 17 as this overrides your env
JAVA_HOME
Reduce JVM options in IntelliJ project config to:
Beta Was this translation helpful? Give feedback.
All reactions