From b4c45b60d401325972c696d923efa75fed946439 Mon Sep 17 00:00:00 2001 From: Scala Steward Date: Thu, 27 Apr 2023 15:09:03 +0000 Subject: [PATCH] Update scala-collection-compat to 2.10.0 --- build.sbt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/build.sbt b/build.sbt index de0f31a..6ae7bd4 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.10.0" ), libraryDependencies += { if (scalaBinaryVersion.value.startsWith("2")) {