From 154e83ca08cd48fea9a46ac57337c5d4c36731bd Mon Sep 17 00:00:00 2001 From: Scala Steward Date: Sat, 7 Jan 2023 21:24:53 +0000 Subject: [PATCH] Update scalatest to 3.2.15 --- build.sbt | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/build.sbt b/build.sbt index 934bddf..4296601 100644 --- a/build.sbt +++ b/build.sbt @@ -46,9 +46,9 @@ scalacOptions ++= Seq( ) libraryDependencies ++= List( "org.sonarsource.scanner.api" % "sonar-scanner-api" % "2.16.1.361" % Compile, - "org.scalatest" %% "scalatest" % "3.2.9" % Test, + "org.scalatest" %% "scalatest" % "3.2.15" % Test, "org.scalatestplus" %% "mockito-1-10" % "3.1.0.0" % Test, - "org.mockito" % "mockito-core" % "3.10.0" % Test + "org.mockito" % "mockito-core" % "3.10.0" % Test ) scalafmtOnCompile in ThisBuild := sys.env