File tree Expand file tree Collapse file tree 3 files changed +3
-12
lines changed
tasty/src/dotty/tools/tasty Expand file tree Collapse file tree 3 files changed +3
-12
lines changed Original file line number Diff line number Diff line change @@ -63,9 +63,9 @@ object DottyJSPlugin extends AutoPlugin {
6363}
6464
6565object Build {
66- val referenceVersion = " 3.1.0-RC2 "
66+ val referenceVersion = " 3.1.0-RC3 "
6767
68- val baseVersion = " 3.1.0-RC3 "
68+ val baseVersion = " 3.1.0"
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,15 +4,6 @@ import com.typesafe.tools.mima.core.ProblemFilters._
44
55object MiMaFilters {
66 val Library : Seq [ProblemFilter ] = Seq (
7- // Experimental API for saferExceptions
8- exclude[MissingClassProblem ](" scala.CanThrow" ),
9- exclude[MissingClassProblem ](" scala.CanThrow$package" ),
10- exclude[MissingClassProblem ](" scala.CanThrow$package$" ),
11- exclude[MissingClassProblem ](" scala.unsafeExceptions" ),
12- exclude[MissingClassProblem ](" scala.unsafeExceptions$" ),
13- exclude[MissingFieldProblem ](" scala.runtime.stdLibPatches.language#experimental.saferExceptions" ),
14- exclude[MissingClassProblem ](" scala.runtime.stdLibPatches.language$experimental$saferExceptions$" ),
15-
167 // New APIs that will be introduced in 3.1.0
178 exclude[ReversedMissingMethodProblem ](" scala.quoted.Quotes#reflectModule.Wildcard" ),
189 exclude[ReversedMissingMethodProblem ](" scala.quoted.Quotes#reflectModule.WildcardTypeTest" ),
Original file line number Diff line number Diff line change @@ -301,7 +301,7 @@ object TastyFormat {
301301 * is able to read final TASTy documents if the file's
302302 * `MinorVersion` is strictly less than the current value.
303303 */
304- final val ExperimentalVersion : Int = 2
304+ final val ExperimentalVersion : Int = 0
305305
306306 /** This method implements a binary relation (`<:<`) between two TASTy versions.
307307 *
You can’t perform that action at this time.
0 commit comments