From dd6aa9a41521e157e6e16c53ee7804d8b73b2d8c Mon Sep 17 00:00:00 2001 From: Kai Date: Thu, 30 Apr 2020 19:38:30 +0100 Subject: [PATCH] postpone updating to 2.13.2 due to bug https://github.com/scala/bug/issues/11968 that makes it impossible to compile the project on that version --- project/Deps.sc | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/project/Deps.sc b/project/Deps.sc index d77b98e135..ee6422ad1d 100644 --- a/project/Deps.sc +++ b/project/Deps.sc @@ -131,7 +131,8 @@ object Izumi { // DON'T REMOVE, these variables are read from CI build (build.sh) final val scala212 = ScalaVersion("2.12.11") - final val scala213 = ScalaVersion("2.13.2") + final val scala213 = ScalaVersion("2.13.1") + // postpone updating to 2.13.2 due to bug https://github.com/scala/bug/issues/11968 that makes it impossible to compile the project on that version object Groups { final val fundamentals = Set(Group("fundamentals"))