Skip to content

Commit

Permalink
postpone updating to 2.13.2 due to bug scala/bug#11968 that makes it …
Browse files Browse the repository at this point in the history
…impossible to compile the project on that version
  • Loading branch information
neko-kai committed Apr 30, 2020
1 parent e5003f3 commit dd6aa9a
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion project/Deps.sc
Original file line number Diff line number Diff line change
Expand Up @@ -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"))
Expand Down

0 comments on commit dd6aa9a

Please sign in to comment.