From cf1843f2cd0789756f3d42238b11d710a0290539 Mon Sep 17 00:00:00 2001 From: Scala Steward Date: Sun, 31 Jul 2022 15:31:30 +0000 Subject: [PATCH] Update scalatest to 3.2.13 --- build.sbt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/build.sbt b/build.sbt index a451c9b..511e520 100644 --- a/build.sbt +++ b/build.sbt @@ -18,7 +18,7 @@ libraryDependencies ++= Seq( "com.typesafe.play" %% "play-json" % "2.9.1", "org.slf4j" % "slf4j-api" % "1.7.30", "ch.qos.logback" % "logback-classic" % "1.2.3", - "org.scalatest" %% "scalatest" % "3.2.2" % Test) + "org.scalatest" %% "scalatest" % "3.2.13" % Test) // option added by addSbtPlugin("io.github.davidgregory084" % "sbt-tpolecat" % "0.1.14") // but as I have an unused import in generated file, I can't remove it and I can't ignore one package for this option :(