Skip to content

Commit 7ce60e1

Browse files
authored
Merge pull request #14258 from SethTisue/scala-2.13.8
Scala 2.13.8 (was 2.13.6)
2 parents b0fa1fd + e474ab3 commit 7ce60e1

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

project/Build.scala

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff 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"

tests/neg/i8752.check

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,4 +8,4 @@ longer explanation available when compiling with `-explain`
88
-- Error: tests/neg/i8752.scala:3:39 -----------------------------------------------------------------------------------
99
3 |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]

0 commit comments

Comments
 (0)