From 32dafcdba46283b8ddd70d505462711a6e37a4bf Mon Sep 17 00:00:00 2001 From: Scala Steward Date: Mon, 17 May 2021 14:12:45 +0200 Subject: [PATCH] Update scala-compiler, scala-library to 2.13.6 --- build.sbt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/build.sbt b/build.sbt index cf5fd956..94c125ec 100644 --- a/build.sbt +++ b/build.sbt @@ -2,7 +2,7 @@ import sbtcrossproject.CrossProject import sbtcrossproject.CrossType val scalatestVersion = "3.2.9" -val defaultScala213 = "2.13.5" +val defaultScala213 = "2.13.6" val bin212 = Seq("2.12.13", "2.12.12", "2.12.11", "2.12.10", "2.12.9", "2.12.8") val bin213 = Seq(defaultScala213, "2.13.4", "2.13.3", "2.13.2", "2.13.1", "2.13.0")