From 9e119b8f25a0c296db76b89454f1d578ff9d7a23 Mon Sep 17 00:00:00 2001 From: Scala Steward Date: Fri, 14 May 2021 03:14:24 +0200 Subject: [PATCH] Update scala-collection-compat to 2.4.4 --- build.sbt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/build.sbt b/build.sbt index 6f0254e2..1fdbebd7 100644 --- a/build.sbt +++ b/build.sbt @@ -105,7 +105,7 @@ libraryDependencies ++= Seq( "org.scala-lang.modules" %% "scala-xml" % "1.3.0" excludeAll ( ExclusionRule(organization = "org.scala-lang") ), - "org.scala-lang.modules" %% "scala-collection-compat" % "2.4.3" excludeAll ( + "org.scala-lang.modules" %% "scala-collection-compat" % "2.4.4" excludeAll ( ExclusionRule(organization = "org.scala-lang") ), "org.scala-lang" % "scala-compiler" % scalaVersion.value % "test",