From e71137edcfa88c84c4f3d7092d1313f52253f7b5 Mon Sep 17 00:00:00 2001 From: Matt Hicks Date: Wed, 17 Apr 2024 12:58:32 +0000 Subject: [PATCH] Update scala-collection-compat to 2.12.0 --- build.sbt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/build.sbt b/build.sbt index 1a7a509d..5da9fd83 100644 --- a/build.sbt +++ b/build.sbt @@ -43,7 +43,7 @@ ThisBuild / outputStrategy := Some(StdoutOutput) ThisBuild / Test / testOptions += Tests.Argument(TestFrameworks.ScalaTest, "-oDF") -val collectionCompatVersion: String = "2.11.0" +val collectionCompatVersion: String = "2.12.0" val haloDBVersion: String = "v0.5.6" val rocksDBVersion: String = "9.0.0" val catsEffectVersion: String = "3.5.4"