From 283e76117e79cc59cd2f9ba8453bb1ab5b0e555e Mon Sep 17 00:00:00 2001 From: Scala Steward <43047562+scala-steward@users.noreply.github.com> Date: Thu, 2 May 2024 01:45:36 +0200 Subject: [PATCH] Update scala-library to 2.13.13 (#600) MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Co-authored-by: Piotr ParadziƄski --- build.sbt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/build.sbt b/build.sbt index 387acf6..4a9092c 100644 --- a/build.sbt +++ b/build.sbt @@ -3,7 +3,7 @@ name := "scala_typeclassopedia" version := "0.0.1" lazy val scala212 = "2.12.19" -lazy val scala213 = "2.13.12" +lazy val scala213 = "2.13.13" scalaVersion := scala213