From 0f3d02a198dde689c3b2dec325b9bc2f82007345 Mon Sep 17 00:00:00 2001 From: Scala Steward Date: Fri, 29 Jul 2022 14:53:15 +0000 Subject: [PATCH] Update scala-collection-compat to 2.8.1 --- build.sbt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/build.sbt b/build.sbt index de0f31a..59279dc 100644 --- a/build.sbt +++ b/build.sbt @@ -13,7 +13,7 @@ lazy val root = (project in file(".")) "org.apache.flink" % "flink-test-utils" % "1.15.0" % Test, "org.apache.flink" % "flink-test-utils-junit" % "1.15.0" % Test, "com.github.sbt" % "junit-interface" % "0.13.3" % Test, - "org.scala-lang.modules" %% "scala-collection-compat" % "2.7.0" + "org.scala-lang.modules" %% "scala-collection-compat" % "2.8.1" ), libraryDependencies += { if (scalaBinaryVersion.value.startsWith("2")) {