Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
13 changes: 0 additions & 13 deletions library/src/scala/runtime/ErasedFunction.scala

This file was deleted.

4 changes: 2 additions & 2 deletions project/Build.scala
Original file line number Diff line number Diff line change
Expand Up @@ -83,7 +83,7 @@ object DottyJSPlugin extends AutoPlugin {
object Build {
import ScaladocConfigs._

val referenceVersion = "3.3.1"
val referenceVersion = "3.4.0"

val baseVersion = "3.4.2-RC1"

Expand All @@ -101,7 +101,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.4.0-RC3"
val previousDottyVersion = "3.4.0"

/** Version against which we check binary compatibility. */
val ltsDottyVersion = "3.3.0"
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -86,7 +86,6 @@ val experimentalDefinitionInLibrary = Set(

// New feature: functions with erased parameters.
// Need erasedDefinitions enabled.
"scala.runtime.ErasedFunction", // will be removed (now using PolyFunction)
"scala.quoted.Quotes.reflectModule.MethodTypeMethods.erasedParams",
"scala.quoted.Quotes.reflectModule.MethodTypeMethods.hasErasedParams",
"scala.quoted.Quotes.reflectModule.TermParamClauseMethods.erasedArgs",
Expand Down