From ef056b73f3abdfce1056918a2a2d87d0fe5f2ee2 Mon Sep 17 00:00:00 2001 From: Scala Steward Date: Sun, 23 Oct 2022 22:20:46 +0000 Subject: [PATCH] Update scala-compiler, scala-library, ... to 2.12.17 --- build.sbt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/build.sbt b/build.sbt index cb631f40..a89aa316 100644 --- a/build.sbt +++ b/build.sbt @@ -6,7 +6,7 @@ addCommandAlias( "compile:scalafix --check; test:scalafix --check; compile:scalafmtCheck; test:scalafmtCheck; scalafmtSbtCheck" ) -val scala212 = "2.12.16" +val scala212 = "2.12.17" val scala213 = "2.13.6" val scala3 = "3.0.1"