From 024c18e5d66f0adc371665279d5fe1ea05256b22 Mon Sep 17 00:00:00 2001 From: Scala Steward <43047562+scala-steward@users.noreply.github.com> Date: Mon, 8 Mar 2021 15:11:40 +0100 Subject: [PATCH] Update scala-library to 2.13.5 (#323) --- project/Settings.scala | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/project/Settings.scala b/project/Settings.scala index a0a1dd14a..9a585925c 100644 --- a/project/Settings.scala +++ b/project/Settings.scala @@ -12,7 +12,7 @@ import com.jsuereth.sbtpgp._ object Settings { def scala212 = "2.12.12" - def scala213 = "2.13.3" + def scala213 = "2.13.5" def targetSbtVersion = "1.2.8"