Skip to content

Commit 3474232

Browse files
committed
Upgrade to Scala.js 1.14.0.
1 parent 6e7ea68 commit 3474232

File tree

2 files changed

+2
-1
lines changed

2 files changed

+2
-1
lines changed

project/Build.scala

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1581,6 +1581,7 @@ object Build {
15811581
-- "ReflectiveCallTest.scala" // uses many forms of structural calls that are not allowed in Scala 3 anymore
15821582
-- "UTF16Test.scala" // refutable pattern match
15831583
-- "CharsetTest.scala" // bogus @tailrec that Scala 2 ignores but Scala 3 flags as an error
1584+
-- "ClassDiffersOnlyInCaseTest.scala" // looks like the Scala 3 compiler itself does not deal with that
15841585
)).get
15851586

15861587
++ (dir / "shared/src/test/require-sam" ** "*.scala").get

project/plugins.sbt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@
66
libraryDependencySchemes +=
77
"org.scala-lang.modules" %% "scala-xml" % VersionScheme.Always
88

9-
addSbtPlugin("org.scala-js" % "sbt-scalajs" % "1.13.0")
9+
addSbtPlugin("org.scala-js" % "sbt-scalajs" % "1.14.0")
1010

1111
addSbtPlugin("org.xerial.sbt" % "sbt-sonatype" % "3.9.21")
1212

0 commit comments

Comments
 (0)