Skip to content

Commit

Permalink
Update scalatest to 3.2.17
Browse files Browse the repository at this point in the history
  • Loading branch information
scala-steward committed Sep 8, 2023
1 parent f5f867b commit c957549
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion build.sbt
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ lazy val root = (project in file("."))
"org.apache.flink" % "flink-streaming-java" % "1.15.0",
"org.apache.flink" % "flink-java" % "1.15.0",
"io.findify" %% "flink-adt" % "0.6.1",
"org.scalatest" %% "scalatest" % "3.2.12" % Test,
"org.scalatest" %% "scalatest" % "3.2.17" % Test,
"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,
Expand Down

0 comments on commit c957549

Please sign in to comment.