From ac05b050620a096e7dbf34fd2163fe22cff166fa Mon Sep 17 00:00:00 2001 From: Scala Steward Date: Wed, 21 Feb 2024 19:40:40 +0000 Subject: [PATCH] Update scalatest to 3.2.18 --- build.sbt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/build.sbt b/build.sbt index 5e4a550..3cfd3f3 100644 --- a/build.sbt +++ b/build.sbt @@ -44,7 +44,7 @@ lazy val flinkVersion = "1.15.0" libraryDependencies ++= Seq( "org.apache.flink" % "flink-java" % flinkVersion % Provided, "org.apache.flink" % "flink-test-utils" % flinkVersion % Test, - "org.scalatest" %% "scalatest" % "3.2.12" % Test, + "org.scalatest" %% "scalatest" % "3.2.18" % Test, "org.typelevel" %% "cats-core" % "2.7.0" % Test )