From 0b1daba35c9de6b460c8de589e08f0bc9fe1c1c8 Mon Sep 17 00:00:00 2001 From: Scala Steward Date: Wed, 7 Apr 2021 14:54:10 +0200 Subject: [PATCH] Update scalatest to 3.2.7 --- build.sbt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/build.sbt b/build.sbt index a451c9b..ce41a56 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.7" % 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 :(