Closed PeterPerhac closed 2 years ago
https://github.com/hmrc/sbt-settings/blob/master/src/main/scala/uk/gov/hmrc/DefaultBuildSettings.scala#L36 This setting causes scala 2.13 compilation to fail because this option has been removed from scala 2.13.0 compiler.
Removed -Xmax-classfile-length It's hard-coded to 240 now (#7497)
from: https://github.com/scala/scala/releases/tag/v2.13.0
Resolved by #21
https://github.com/hmrc/sbt-settings/blob/master/src/main/scala/uk/gov/hmrc/DefaultBuildSettings.scala#L36 This setting causes scala 2.13 compilation to fail because this option has been removed from scala 2.13.0 compiler.
from: https://github.com/scala/scala/releases/tag/v2.13.0