From 71e28dcdb6e5ce28b52e3f15151b5be4254f8a06 Mon Sep 17 00:00:00 2001 From: scala-steward Date: Mon, 20 Jun 2022 10:57:02 +0000 Subject: [PATCH] Update scala-library, scala-reflect to 2.13.8 --- build.sbt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/build.sbt b/build.sbt index 400e98da..b83af667 100644 --- a/build.sbt +++ b/build.sbt @@ -8,7 +8,7 @@ import sbt.Keys._ excludeLintKeys in Global ++= Set(ideSkipProject) val scala2_12 = "2.12.13" -val scala2_13 = "2.13.6" +val scala2_13 = "2.13.8" val scala2 = List(scala2_12, scala2_13) val scala3 = "3.0.1"