We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 7fc8085 commit 8867e6bCopy full SHA for 8867e6b
build.sbt
@@ -8,7 +8,8 @@ scalaVersionsByJvm in ThisBuild := {
8
val v213 = "2.13.0-pre-d645559" // Feb 27
9
Map(
10
8 -> List(v213 -> true),
11
- 11 -> List(v213 -> false))
+ 11 -> List(v213 -> false),
12
+ 12 -> List(v213 -> false))
13
}
14
15
scalacOptions in ThisBuild ++= Seq("-deprecation", "-feature"/*, "-Xfatal-warnings"*/)
0 commit comments