From b8517bb67ae33b2ac0e4d1b376fcfbbc42f4097d Mon Sep 17 00:00:00 2001 From: Scala Steward Date: Mon, 24 Jun 2024 15:01:27 +0000 Subject: [PATCH] Update scalatest to 3.2.19 --- build.sbt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/build.sbt b/build.sbt index 5e4a550..ea90e07 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.19" % Test, "org.typelevel" %% "cats-core" % "2.7.0" % Test )