File tree Expand file tree Collapse file tree 2 files changed +1
-15
lines changed Expand file tree Collapse file tree 2 files changed +1
-15
lines changed Original file line number Diff line number Diff line change @@ -85,7 +85,7 @@ object Build {
8585
8686 val referenceVersion = " 3.3.1-RC4"
8787
88- val baseVersion = " 3.3.2-RC1 " // temporarily, before branching out `3. 4.0-RC1`
88+ val baseVersion = " 3.4.0-RC1"
8989
9090 // Versions used by the vscode extension to create a new project
9191 // 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._
33
44object MiMaFilters {
55 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
206 )
217 val TastyCore : Seq [ProblemFilter ] = Seq (
228 )
You can’t perform that action at this time.
0 commit comments