playframework / play-doc

Play documentation rendering support
Apache License 2.0
21 stars 23 forks source link

Clear warnings #174

Closed PeuTit closed 1 year ago

PeuTit commented 1 year ago

Add the compiler -rewrite flag Add the compile source flag set to future-migration

The first compilation went fine but because of the -rewrite flag, the scala file are updated to Scala3 syntax. The second compilation fails as expected because the Scala2 compiler doesn't know about the new features.

mkurz commented 1 year ago

Can you please run scalafmtSbt to fix the formatting issue?