From d55adfe3ef5271b3e5ba2771f223f53e02f611d6 Mon Sep 17 00:00:00 2001 From: Scala Steward Date: Mon, 20 Apr 2020 17:04:58 +0200 Subject: [PATCH] Update scala-collection-compat to 2.1.6 --- build.sbt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/build.sbt b/build.sbt index 524531d1..8bd89911 100644 --- a/build.sbt +++ b/build.sbt @@ -102,7 +102,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.1.5" excludeAll ( + "org.scala-lang.modules" %% "scala-collection-compat" % "2.1.6" excludeAll ( ExclusionRule(organization = "org.scala-lang") ), "org.scala-lang" % "scala-compiler" % scalaVersion.value % "test",