From 372aca9334cbe0f6737fa560ade71e6588786a75 Mon Sep 17 00:00:00 2001 From: Scala Steward <43047562+scala-steward@users.noreply.github.com> Date: Mon, 31 Jan 2022 21:49:32 +0100 Subject: [PATCH] Update scala-library to 2.13.8 (#376) --- project/Settings.scala | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/project/Settings.scala b/project/Settings.scala index 0a7e4470b..371bf2ec6 100644 --- a/project/Settings.scala +++ b/project/Settings.scala @@ -10,7 +10,7 @@ import com.jsuereth.sbtpgp._ object Settings { def scala212 = "2.12.15" - def scala213 = "2.13.7" + def scala213 = "2.13.8" def targetSbtVersion = "1.2.8"