Skip to content

Commit

Permalink
Release 3.4.0-RC2
Browse files Browse the repository at this point in the history
  • Loading branch information
Kordyjan committed Jan 19, 2024
1 parent 88d9760 commit a220621
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions project/Build.scala
Original file line number Diff line number Diff line change
Expand Up @@ -83,9 +83,9 @@ object DottyJSPlugin extends AutoPlugin {
object Build {
import ScaladocConfigs._

val referenceVersion = "3.3.1"
val referenceVersion = "3.4.0-RC1"

val baseVersion = "3.4.0-RC1"
val baseVersion = "3.4.0-RC2"

// Versions used by the vscode extension to create a new project
// This should be the latest published releases.
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -45,7 +45,7 @@ object ScalaJSLink:
val result = PathIRContainer
.fromClasspath(cpEntries.toSeq.map(entry => new File(entry).toPath()))
.map(_._1)
.flatMap(cache.cached _)
.flatMap(cache.cached)
.flatMap(linker.link(_, moduleInitializers, PathOutputDirectory(dir), logger))

val report = Await.result(result, Duration.Inf)
Expand Down

0 comments on commit a220621

Please sign in to comment.