From 4b2c697ec1cb5c7f3a67744b7736eaea38426e3f Mon Sep 17 00:00:00 2001 From: Scala Steward Date: Mon, 3 Feb 2025 21:04:21 +0000 Subject: [PATCH] Update scala-collection-compat to 2.13.0 --- build.sbt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/build.sbt b/build.sbt index c2d74afc..eac09c1e 100644 --- a/build.sbt +++ b/build.sbt @@ -48,7 +48,7 @@ val scala213 = "2.13.16" val scala3 = "3.3.4" val javaTime = "1.3.0" -val scCompat = "2.12.0" +val scCompat = "2.13.0" // We use the 2.12 and 2.13 version that the scalafix library uses // and when the scalafix version gets updated the system will build