Skip to content

Commit 89ad511

Browse files
committed
Publish 3.1.0
1 parent 370280b commit 89ad511

File tree

3 files changed

+3
-12
lines changed

3 files changed

+3
-12
lines changed

project/Build.scala

+2-2
Original file line numberDiff line numberDiff line change
@@ -63,9 +63,9 @@ object DottyJSPlugin extends AutoPlugin {
6363
}
6464

6565
object 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.

project/MiMaFilters.scala

-9
Original file line numberDiff line numberDiff line change
@@ -4,15 +4,6 @@ import com.typesafe.tools.mima.core.ProblemFilters._
44

55
object 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"),

tasty/src/dotty/tools/tasty/TastyFormat.scala

+1-1
Original file line numberDiff line numberDiff 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
*

0 commit comments

Comments
 (0)