From a37f83495558b0140521bfe6de7c717e4cb85594 Mon Sep 17 00:00:00 2001 From: "sisioh-bot[bot]" <82867271+sisioh-bot[bot]@users.noreply.github.com> Date: Thu, 13 May 2021 22:20:28 +0000 Subject: [PATCH] build: Update scala-collection-compat from 2.4.3 to 2.4.4 --- project/Dependencies.scala | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/project/Dependencies.scala b/project/Dependencies.scala index 054b217..c8a2823 100644 --- a/project/Dependencies.scala +++ b/project/Dependencies.scala @@ -7,7 +7,7 @@ object Dependencies { val scala212Version = "2.12.10" val scala213Version = "2.13.5" - val scalaCollectionCompatVersion = "2.4.3" + val scalaCollectionCompatVersion = "2.4.4" val akka25Version = "2.5.32" val akka26Version = "2.6.10"