updated scala versions (#30870)

This commit is contained in:
Renato Cavalcanti 2021-11-12 17:30:49 +01:00 committed by GitHub
parent f83ae19311
commit 523b5b7f43
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
11 changed files with 34 additions and 17 deletions

View file

@ -92,7 +92,7 @@ object AkkaDisciplinePlugin extends AutoPlugin {
if (enabled) {
nowarnSettings ++ Seq(
Compile / scalacOptions ++= Seq("-Xfatal-warnings"),
Test / scalacOptions --= testUndicipline,
Test / scalacOptions --= testUndiscipline,
Compile / javacOptions ++= (
if (scalaVersion.value.startsWith("3.")) {
Seq()
@ -131,7 +131,7 @@ object AkkaDisciplinePlugin extends AutoPlugin {
nowarnSettings ++ Seq(Compile / scalacOptions += "-deprecation")
}
val testUndicipline = Seq("-Ywarn-dead-code" // '???' used in compile only specs
val testUndiscipline = Seq("-Ywarn-dead-code" // '???' used in compile only specs
)
/**