From 63c80a4769a42f1f5479fe9b70a616f5f8e3e0e3 Mon Sep 17 00:00:00 2001 From: "typelevel-steward[bot]" <106827141+typelevel-steward[bot]@users.noreply.github.com> Date: Fri, 6 Jan 2023 08:28:03 +0000 Subject: [PATCH] Update scalatest to 3.2.15 --- build.sbt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/build.sbt b/build.sbt index 7deed19..287a84a 100644 --- a/build.sbt +++ b/build.sbt @@ -58,7 +58,7 @@ lazy val `sbt-tpolecat-plugin` = project Test / headerCreate := { (Test / headerCreate).triggeredBy(Test / compile).value }, scalacOptions += "-Xlint:unused", libraryDependencies ++= Seq( - "org.scalatest" %% "scalatest" % "3.2.14" % Test, + "org.scalatest" %% "scalatest" % "3.2.15" % Test, "org.scalacheck" %% "scalacheck" % "1.17.0" % Test, "org.scalatestplus" %% "scalacheck-1-16" % "3.2.14.0" % Test ),