Skip to content

Commit 3bf7b5d

Browse files
authored
Update reference version to 3.4.0-RC1 (#19473)
Part of #19321
2 parents 3eece68 + 39106ee commit 3bf7b5d

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

project/Build.scala

+1-1
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-RC1"
8787

8888
val baseVersion = "3.4.1-RC1"
8989

sjs-compiler-tests/test/scala/dotty/tools/dotc/ScalaJSLink.scala

+1-1
Original file line numberDiff line numberDiff line change
@@ -45,7 +45,7 @@ object ScalaJSLink:
4545
val result = PathIRContainer
4646
.fromClasspath(cpEntries.toSeq.map(entry => new File(entry).toPath()))
4747
.map(_._1)
48-
.flatMap(cache.cached _)
48+
.flatMap(cache.cached)
4949
.flatMap(linker.link(_, moduleInitializers, PathOutputDirectory(dir), logger))
5050

5151
val report = Await.result(result, Duration.Inf)

0 commit comments

Comments
 (0)