Skip to content

Commit 73473e5

Browse files
committed
Bump Scala baseVersion to 3.1.0-RC1.
For the upgrade to Scala.js 1.6.0, which is not a forward binary compatible change.
1 parent 08e0cd3 commit 73473e5

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)