From ec1d9f9b81222ad0373b8b7ee199a056cf3a1df6 Mon Sep 17 00:00:00 2001 From: danicheg Date: Sun, 21 Jul 2024 14:36:43 +0400 Subject: [PATCH] Update Scala 2.13 to the latest --- build.sbt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/build.sbt b/build.sbt index 3aa3084..ee40f76 100644 --- a/build.sbt +++ b/build.sbt @@ -7,7 +7,7 @@ val commonScalacOptions = ) val Scala212 = "2.12.19" -val Scala213 = "2.13.13" +val Scala213 = "2.13.14" val commonSettings = Seq( scalaVersion := Scala213,