From e474ab3b9ea73102ea75cae8133967194249a1b1 Mon Sep 17 00:00:00 2001 From: Seth Tisue Date: Wed, 12 Jan 2022 07:19:16 -0800 Subject: [PATCH] Scala 2.13.8 (was 2.13.6) --- project/Build.scala | 4 ++-- tests/neg/i8752.check | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/project/Build.scala b/project/Build.scala index ef6781ee199f..65c4e1ace8b5 100644 --- a/project/Build.scala +++ b/project/Build.scala @@ -99,8 +99,8 @@ object Build { * scala-library. */ def stdlibVersion(implicit mode: Mode): String = mode match { - case NonBootstrapped => "2.13.6" - case Bootstrapped => "2.13.6" + case NonBootstrapped => "2.13.8" + case Bootstrapped => "2.13.8" } val dottyOrganization = "org.scala-lang" diff --git a/tests/neg/i8752.check b/tests/neg/i8752.check index 6d1cf47aa2fd..cf2feb0cc7c6 100644 --- a/tests/neg/i8752.check +++ b/tests/neg/i8752.check @@ -8,4 +8,4 @@ longer explanation available when compiling with `-explain` -- Error: tests/neg/i8752.scala:3:39 ----------------------------------------------------------------------------------- 3 |trait Arround1[C <:[X]=>>IterableOps[X,C,C[X]] ] // error // error | ^ - | Type argument C does not have the same kind as its bound [_] + | Type argument C does not have the same kind as its bound [_$$1]