File tree Expand file tree Collapse file tree 2 files changed +2
-1
lines changed Expand file tree Collapse file tree 2 files changed +2
-1
lines changed Original file line number Diff line number Diff line change @@ -1581,6 +1581,7 @@ object Build {
1581
1581
-- " ReflectiveCallTest.scala" // uses many forms of structural calls that are not allowed in Scala 3 anymore
1582
1582
-- " UTF16Test.scala" // refutable pattern match
1583
1583
-- " 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
1584
1585
)).get
1585
1586
1586
1587
++ (dir / " shared/src/test/require-sam" ** " *.scala" ).get
Original file line number Diff line number Diff line change 6
6
libraryDependencySchemes +=
7
7
" org.scala-lang.modules" %% " scala-xml" % VersionScheme .Always
8
8
9
- addSbtPlugin(" org.scala-js" % " sbt-scalajs" % " 1.13 .0" )
9
+ addSbtPlugin(" org.scala-js" % " sbt-scalajs" % " 1.14 .0" )
10
10
11
11
addSbtPlugin(" org.xerial.sbt" % " sbt-sonatype" % " 3.9.21" )
12
12
You can’t perform that action at this time.
0 commit comments