Skip to content

Commit

Permalink
Release 3.0.2
Browse files Browse the repository at this point in the history
  • Loading branch information
Kordyjan committed Sep 1, 2021
1 parent b8b980d commit 53222be
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 7 deletions.
4 changes: 2 additions & 2 deletions project/Build.scala
Original file line number Diff line number Diff line change
Expand Up @@ -65,7 +65,7 @@ object DottyJSPlugin extends AutoPlugin {
object Build {
val referenceVersion = "3.0.0"

val baseVersion = "3.0.2-RC2"
val baseVersion = "3.0.2"

// Versions used by the vscode extension to create a new project
// This should be the latest published releases.
Expand All @@ -81,7 +81,7 @@ object Build {
* set to 3.1.3. If it is going to be 3.1.0, it must be set to the latest
* 3.0.x release.
*/
val previousDottyVersion = "3.0.2-RC1"
val previousDottyVersion = "3.0.1"

object CompatMode {
final val BinaryCompatible = 0
Expand Down
5 changes: 0 additions & 5 deletions project/MiMaFilters.scala
Original file line number Diff line number Diff line change
Expand Up @@ -4,10 +4,5 @@ import com.typesafe.tools.mima.core.ProblemFilters._

object MiMaFilters {
val Library: Seq[ProblemFilter] = Seq(
// Internals added in 3.0.2
exclude[MissingClassProblem]("scala.annotation.internal.ProvisionalSuperClass"),

// New APIs marked @experimental in 3.0.2
exclude[MissingClassProblem]("scala.Selectable$WithoutPreciseParameterTypes")
)
}

0 comments on commit 53222be

Please sign in to comment.