From 9ad47eaa1237dda641691950a057f46012d7d615 Mon Sep 17 00:00:00 2001 From: Scala Steward Date: Fri, 16 Jun 2023 15:38:18 +0000 Subject: [PATCH] Update scala-collection-compat to 2.11.0 --- build.sbt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/build.sbt b/build.sbt index de0f31a..16ec41e 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.11.0" ), libraryDependencies += { if (scalaBinaryVersion.value.startsWith("2")) {