File tree Expand file tree Collapse file tree 2 files changed +2
-7
lines changed Expand file tree Collapse file tree 2 files changed +2
-7
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.2-RC2 "
68+ val baseVersion = " 3.0.2"
6969
7070 // Versions used by the vscode extension to create a new project
7171 // This should be the latest published releases.
@@ -81,7 +81,7 @@ object Build {
8181 * set to 3.1.3. If it is going to be 3.1.0, it must be set to the latest
8282 * 3.0.x release.
8383 */
84- val previousDottyVersion = " 3.0.2-RC1 "
84+ val previousDottyVersion = " 3.0.1 "
8585
8686 object CompatMode {
8787 final val BinaryCompatible = 0
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