Skip to content

Commit a220621

Browse files
committed
Release 3.4.0-RC2
1 parent 88d9760 commit a220621

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

project/Build.scala

+2-2
Original file line numberDiff line numberDiff line change
@@ -83,9 +83,9 @@ 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

88-
val baseVersion = "3.4.0-RC1"
88+
val baseVersion = "3.4.0-RC2"
8989

9090
// Versions used by the vscode extension to create a new project
9191
// This should be the latest published releases.

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)