Skip to content

Commit 6daae21

Browse files
authored
Update base version to 3.4.0 (#19768)
Part of #19679 Includes #18481
2 parents 496d14a + 8ae80fe commit 6daae21

File tree

3 files changed

+2
-16
lines changed

3 files changed

+2
-16
lines changed

library/src/scala/runtime/ErasedFunction.scala

-13
This file was deleted.

project/Build.scala

+2-2
Original file line numberDiff line numberDiff line change
@@ -83,7 +83,7 @@ object DottyJSPlugin extends AutoPlugin {
8383
object Build {
8484
import ScaladocConfigs._
8585

86-
val referenceVersion = "3.3.1"
86+
val referenceVersion = "3.4.0"
8787

8888
val baseVersion = "3.4.2-RC1"
8989

@@ -101,7 +101,7 @@ object Build {
101101
* set to 3.1.3. If it is going to be 3.1.0, it must be set to the latest
102102
* 3.0.x release.
103103
*/
104-
val previousDottyVersion = "3.4.0-RC3"
104+
val previousDottyVersion = "3.4.0"
105105

106106
/** Version against which we check binary compatibility. */
107107
val ltsDottyVersion = "3.3.0"

tests/run-tasty-inspector/stdlibExperimentalDefinitions.scala

-1
Original file line numberDiff line numberDiff line change
@@ -86,7 +86,6 @@ val experimentalDefinitionInLibrary = Set(
8686

8787
// New feature: functions with erased parameters.
8888
// Need erasedDefinitions enabled.
89-
"scala.runtime.ErasedFunction", // will be removed (now using PolyFunction)
9089
"scala.quoted.Quotes.reflectModule.MethodTypeMethods.erasedParams",
9190
"scala.quoted.Quotes.reflectModule.MethodTypeMethods.hasErasedParams",
9291
"scala.quoted.Quotes.reflectModule.TermParamClauseMethods.erasedArgs",

0 commit comments

Comments
 (0)