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 3dd15f7 commit 2ff7757Copy full SHA for 2ff7757
project/Build.scala
@@ -65,7 +65,7 @@ object DottyJSPlugin extends AutoPlugin {
65
object Build {
66
val referenceVersion = "3.0.0"
67
68
- val baseVersion = "3.0.3-RC1"
+ val baseVersion = "3.1.0-RC1"
69
70
// Versions used by the vscode extension to create a new project
71
// This should be the latest published releases.
project/MiMaFilters.scala
@@ -4,10 +4,5 @@ import com.typesafe.tools.mima.core.ProblemFilters._
4
5
object MiMaFilters {
6
val Library: Seq[ProblemFilter] = Seq(
7
- // Internals added in 3.0.2
8
- exclude[MissingClassProblem]("scala.annotation.internal.ProvisionalSuperClass"),
9
-
10
- // New APIs marked @experimental in 3.0.2
11
- exclude[MissingClassProblem]("scala.Selectable$WithoutPreciseParameterTypes")
12
)
13
}
0 commit comments