Skip to content

Commit

Permalink
Publish 3.1.0
Browse files Browse the repository at this point in the history
  • Loading branch information
Kordyjan committed Oct 18, 2021
1 parent 370280b commit 89ad511
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 12 deletions.
4 changes: 2 additions & 2 deletions project/Build.scala
Original file line number Diff line number Diff line change
Expand Up @@ -63,9 +63,9 @@ object DottyJSPlugin extends AutoPlugin {
}

object Build {
val referenceVersion = "3.1.0-RC2"
val referenceVersion = "3.1.0-RC3"

val baseVersion = "3.1.0-RC3"
val baseVersion = "3.1.0"

// Versions used by the vscode extension to create a new project
// This should be the latest published releases.
Expand Down
9 changes: 0 additions & 9 deletions project/MiMaFilters.scala
Original file line number Diff line number Diff line change
Expand Up @@ -4,15 +4,6 @@ import com.typesafe.tools.mima.core.ProblemFilters._

object MiMaFilters {
val Library: Seq[ProblemFilter] = Seq(
// Experimental API for saferExceptions
exclude[MissingClassProblem]("scala.CanThrow"),
exclude[MissingClassProblem]("scala.CanThrow$package"),
exclude[MissingClassProblem]("scala.CanThrow$package$"),
exclude[MissingClassProblem]("scala.unsafeExceptions"),
exclude[MissingClassProblem]("scala.unsafeExceptions$"),
exclude[MissingFieldProblem]("scala.runtime.stdLibPatches.language#experimental.saferExceptions"),
exclude[MissingClassProblem]("scala.runtime.stdLibPatches.language$experimental$saferExceptions$"),

// New APIs that will be introduced in 3.1.0
exclude[ReversedMissingMethodProblem]("scala.quoted.Quotes#reflectModule.Wildcard"),
exclude[ReversedMissingMethodProblem]("scala.quoted.Quotes#reflectModule.WildcardTypeTest"),
Expand Down
2 changes: 1 addition & 1 deletion tasty/src/dotty/tools/tasty/TastyFormat.scala
Original file line number Diff line number Diff line change
Expand Up @@ -301,7 +301,7 @@ object TastyFormat {
* is able to read final TASTy documents if the file's
* `MinorVersion` is strictly less than the current value.
*/
final val ExperimentalVersion: Int = 2
final val ExperimentalVersion: Int = 0

/**This method implements a binary relation (`<:<`) between two TASTy versions.
*
Expand Down

0 comments on commit 89ad511

Please sign in to comment.