From 6266d829af83f14701ecfcdb079da1b51a634071 Mon Sep 17 00:00:00 2001 From: Scala Steward Date: Mon, 8 Mar 2021 08:40:07 +0100 Subject: [PATCH] Update scalatest to 3.2.6 --- build.sbt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/build.sbt b/build.sbt index 6fdc40e..33b3dc0 100644 --- a/build.sbt +++ b/build.sbt @@ -24,7 +24,7 @@ libraryDependencies ++= Seq( "org.sangria-graphql" %% "sangria-marshalling-api" % "1.0.5", "com.typesafe.play" %% "play-json" % "2.9.2", "org.sangria-graphql" %% "sangria-marshalling-testkit" % "1.0.3" % Test, - "org.scalatest" %% "scalatest" % "3.2.4" % Test + "org.scalatest" %% "scalatest" % "3.2.6" % Test ) // Publishing