File tree Expand file tree Collapse file tree 2 files changed +1
-6
lines changed Expand file tree Collapse file tree 2 files changed +1
-6
lines changed Original file line number Diff line number Diff line change @@ -65,7 +65,7 @@ object DottyJSPlugin extends AutoPlugin {
6565object 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.
Original file line number Diff line number Diff line change @@ -4,10 +4,5 @@ import com.typesafe.tools.mima.core.ProblemFilters._
44
55object 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}
You can’t perform that action at this time.
0 commit comments