File tree 3 files changed +3
-12
lines changed
tasty/src/dotty/tools/tasty
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 {
63
63
}
64
64
65
65
object Build {
66
- val referenceVersion = " 3.1.0-RC2 "
66
+ val referenceVersion = " 3.1.0-RC3 "
67
67
68
- val baseVersion = " 3.1.0-RC3 "
68
+ val baseVersion = " 3.1.0"
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,15 +4,6 @@ import com.typesafe.tools.mima.core.ProblemFilters._
4
4
5
5
object MiMaFilters {
6
6
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
-
16
7
// New APIs that will be introduced in 3.1.0
17
8
exclude[ReversedMissingMethodProblem ](" scala.quoted.Quotes#reflectModule.Wildcard" ),
18
9
exclude[ReversedMissingMethodProblem ](" scala.quoted.Quotes#reflectModule.WildcardTypeTest" ),
Original file line number Diff line number Diff line change @@ -301,7 +301,7 @@ object TastyFormat {
301
301
* is able to read final TASTy documents if the file's
302
302
* `MinorVersion` is strictly less than the current value.
303
303
*/
304
- final val ExperimentalVersion : Int = 2
304
+ final val ExperimentalVersion : Int = 0
305
305
306
306
/** This method implements a binary relation (`<:<`) between two TASTy versions.
307
307
*
You can’t perform that action at this time.
0 commit comments