[2.8.x] sbt 1.8.0 compatibility#11590
Conversation
70d6afa to
7b77d19
Compare
The problem is that version is not published for sbt 0.13 anymore, so we need to conditionally pull in a older sbt-native-packer that is still published for sbt 0.13
7b77d19 to
1e2d55e
Compare
|
Now all dependencies should pull in scala-xml 2.x. However now we are blocked by which makes it impossible to run scripted tests... Even if we make |
|
So I am thinking about what to do about sbt 1.8 for Play 2.8.x now... |
|
So there are workarounds to make Play 2.8 behave using sbt 1.7.3+, posted in #11522 and also see https://www.playframework.com/documentation/2.9.x/General#End-of-life-(EOL)-Dates. |
Depends on