From a96c5bb95722ac60a6404b9c5143a8d5d62acb93 Mon Sep 17 00:00:00 2001 From: Scala Steward Date: Mon, 24 Jan 2022 08:15:35 +0100 Subject: [PATCH] Update scalatest to 3.2.11 --- build.sbt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/build.sbt b/build.sbt index c40a6b76..47a3b4aa 100644 --- a/build.sbt +++ b/build.sbt @@ -65,7 +65,7 @@ libraryDependencies ++= Seq( "junit" % "junit" % "4.13.2" % "test", "com.novocode" % "junit-interface" % "0.11" % "test", "com.google.guava" % "guava" % "30.1.1-jre" % "test", - "org.scalatest" %% "scalatest" % "3.2.9" % "test", + "org.scalatest" %% "scalatest" % "3.2.11" % "test", "org.scalatestplus" %% "junit-4-13" % "3.2.9.0" % "test", "org.scalameta" %% "munit" % "0.7.28" % "test" )