Skip to content

Commit 26920a4

Browse files
sjrdWojciechMazur
authored andcommitted
Upgrade to Scala.js 1.14.0.
1 parent 2f445c5 commit 26920a4

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
@@ -1580,6 +1580,7 @@ object Build {
15801580
-- "ReflectiveCallTest.scala" // uses many forms of structural calls that are not allowed in Scala 3 anymore
15811581
-- "UTF16Test.scala" // refutable pattern match
15821582
-- "CharsetTest.scala" // bogus @tailrec that Scala 2 ignores but Scala 3 flags as an error
1583+
-- "ClassDiffersOnlyInCaseTest.scala" // looks like the Scala 3 compiler itself does not deal with that
15831584
)).get
15841585

15851586
++ (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)