From 40c6b40d6f9bb24fec3c19aa32171d69cdb533e5 Mon Sep 17 00:00:00 2001 From: 47erbot Date: Mon, 23 Nov 2020 05:31:45 +0000 Subject: [PATCH] Update scala-collection-compat to 2.3.0 --- build.sbt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/build.sbt b/build.sbt index 81df670..ffbd02c 100755 --- a/build.sbt +++ b/build.sbt @@ -13,7 +13,7 @@ addCommandAlias("ci-publish", ";github; ci-release") lazy val V = new { val cats: String = "2.2.0" - val collectioncompat: String = "2.2.0" + val collectioncompat: String = "2.3.0" val github4s: String = "0.27.1" val http4s: String = "0.21.9" val runtime: String = "0.6.4"