File tree Expand file tree Collapse file tree 2 files changed +3
-3
lines changed Expand file tree Collapse file tree 2 files changed +3
-3
lines changed Original file line number Diff line number Diff line change @@ -99,8 +99,8 @@ object Build {
9999 * scala-library.
100100 */
101101 def stdlibVersion (implicit mode : Mode ): String = mode match {
102- case NonBootstrapped => " 2.13.6 "
103- case Bootstrapped => " 2.13.6 "
102+ case NonBootstrapped => " 2.13.8 "
103+ case Bootstrapped => " 2.13.8 "
104104 }
105105
106106 val dottyOrganization = " org.scala-lang"
Original file line number Diff line number Diff line change @@ -8,4 +8,4 @@ longer explanation available when compiling with `-explain`
88-- Error: tests/neg/i8752.scala:3:39 -----------------------------------------------------------------------------------
993 |trait Arround1[C <:[X]=>>IterableOps[X,C,C[X]] ] // error // error
1010 | ^
11- | Type argument C does not have the same kind as its bound [_]
11+ | Type argument C does not have the same kind as its bound [_$$1 ]
You can’t perform that action at this time.
0 commit comments