From ea643359dff2252a82b280b065745df4ac9aef7a Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" <41898282+github-actions[bot]@users.noreply.github.com> Date: Sun, 19 Sep 2021 00:12:32 +0000 Subject: [PATCH] Update scalatest to 3.2.10 --- build.sbt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/build.sbt b/build.sbt index e385240..0e3b2f3 100644 --- a/build.sbt +++ b/build.sbt @@ -44,7 +44,7 @@ lazy val commonSettings = Seq( "com.github.pathikrit" %% "better-files" % "3.9.1", "com.chuusai" %% "shapeless" % "2.3.7", "org.apache.commons" % "commons-csv" % "1.9.0", - "org.scalatest" %% "scalatest" % "3.2.9" % Test, + "org.scalatest" %% "scalatest" % "3.2.10" % Test, "org.tpolecat" %% "doobie-scalatest" % doobieVersion % "test" ) },