Skip to content

Commit 35eb5a9

Browse files
authored
Merge pull request #13299 from dotty-staging/update-base-version
2 parents cd46102 + 2ff7757 commit 35eb5a9

File tree

2 files changed

+1
-6
lines changed

2 files changed

+1
-6
lines changed

project/Build.scala

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -65,7 +65,7 @@ object DottyJSPlugin extends AutoPlugin {
6565
object Build {
6666
val referenceVersion = "3.0.0"
6767

68-
val baseVersion = "3.0.3-RC1"
68+
val baseVersion = "3.1.0-RC1"
6969

7070
// Versions used by the vscode extension to create a new project
7171
// This should be the latest published releases.

project/MiMaFilters.scala

Lines changed: 0 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -4,10 +4,5 @@ import com.typesafe.tools.mima.core.ProblemFilters._
44

55
object MiMaFilters {
66
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")
127
)
138
}

0 commit comments

Comments
 (0)