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]