File tree 2 files changed +1
-15
lines changed
2 files changed +1
-15
lines changed Original file line number Diff line number Diff line change @@ -85,7 +85,7 @@ object Build {
85
85
86
86
val referenceVersion = " 3.3.1-RC4"
87
87
88
- val baseVersion = " 3.3.2-RC1 " // temporarily, before branching out `3. 4.0-RC1`
88
+ val baseVersion = " 3.4.0-RC1"
89
89
90
90
// Versions used by the vscode extension to create a new project
91
91
// This should be the latest published releases.
Original file line number Diff line number Diff line change @@ -3,20 +3,6 @@ import com.typesafe.tools.mima.core._
3
3
4
4
object MiMaFilters {
5
5
val Library : Seq [ProblemFilter ] = Seq (
6
- ProblemFilters .exclude[MissingClassProblem ](" scala.annotation.unchecked.uncheckedCaptures" ),
7
-
8
- // Scala.js only: new runtime support class in 3.2.3; not available to users
9
- ProblemFilters .exclude[MissingClassProblem ](" scala.scalajs.runtime.AnonFunctionXXL" ),
10
-
11
- // New experimental features in 3.3.X
12
- ProblemFilters .exclude[MissingFieldProblem ](" scala.runtime.stdLibPatches.language#experimental.clauseInterleaving" ),
13
- ProblemFilters .exclude[MissingClassProblem ](" scala.runtime.stdLibPatches.language$experimental$clauseInterleaving$" ),
14
- ProblemFilters .exclude[MissingFieldProblem ](" scala.runtime.stdLibPatches.language#experimental.relaxedExtensionImports" ),
15
- ProblemFilters .exclude[MissingClassProblem ](" scala.runtime.stdLibPatches.language$experimental$relaxedExtensionImports$" ),
16
- ProblemFilters .exclude[DirectMissingMethodProblem ](" scala.runtime.Tuples.reverse" ),
17
- ProblemFilters .exclude[MissingFieldProblem ](" scala.Tuple.Helpers" ),
18
- ProblemFilters .exclude[MissingClassProblem ](" scala.annotation.internal.CaptureChecked" ),
19
- // end of New experimental features in 3.3.X
20
6
)
21
7
val TastyCore : Seq [ProblemFilter ] = Seq (
22
8
)
You can’t perform that action at this time.
0 commit comments