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 {
65
65
object Build {
66
66
val referenceVersion = " 3.0.0"
67
67
68
- val baseVersion = " 3.0.3 -RC1"
68
+ val baseVersion = " 3.1.0 -RC1"
69
69
70
70
// Versions used by the vscode extension to create a new project
71
71
// 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._
4
4
5
5
object MiMaFilters {
6
6
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" )
12
7
)
13
8
}
You can’t perform that action at this time.
0 commit comments