Skip to content

Commit 82db43e

Browse files
committed
Update scalatest to 3.2.18
1 parent f5f867b commit 82db43e

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

build.sbt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@ lazy val root = (project in file("."))
99
"org.apache.flink" % "flink-streaming-java" % "1.15.0",
1010
"org.apache.flink" % "flink-java" % "1.15.0",
1111
"io.findify" %% "flink-adt" % "0.6.1",
12-
"org.scalatest" %% "scalatest" % "3.2.12" % Test,
12+
"org.scalatest" %% "scalatest" % "3.2.18" % Test,
1313
"org.apache.flink" % "flink-test-utils" % "1.15.0" % Test,
1414
"org.apache.flink" % "flink-test-utils-junit" % "1.15.0" % Test,
1515
"com.github.sbt" % "junit-interface" % "0.13.3" % Test,

0 commit comments

Comments
 (0)