From e6852481f930f3cf029adf42b2c9598a8b601808 Mon Sep 17 00:00:00 2001 From: Scala Steward Date: Sat, 27 Feb 2021 00:42:29 +0100 Subject: [PATCH] Update scala-library to 2.12.13 --- project/Settings.scala | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/project/Settings.scala b/project/Settings.scala index 3ac20c5fc..5e5a4365e 100644 --- a/project/Settings.scala +++ b/project/Settings.scala @@ -9,7 +9,7 @@ import org.scalafmt.sbt.ScalafmtPlugin.autoImport._ object Settings { val sdkBaseName = settingKey[String]("sdk base name") val scalaVersion211 = "2.11.12" - val scalaVersion212 = "2.12.10" + val scalaVersion212 = "2.12.13" val scalaVersion213 = "2.13.1" val awsSdk2Version = "2.13.67"