From d950da2ebdc05014828803cb7b7068cc14b4713b Mon Sep 17 00:00:00 2001 From: Scala Steward Date: Sat, 9 Jul 2022 19:32:31 +0000 Subject: [PATCH] Update scala-collection-compat to 2.8.0 --- build.sbt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/build.sbt b/build.sbt index de0f31a..388c84d 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.0" ), libraryDependencies += { if (scalaBinaryVersion.value.startsWith("2")) {