Skip to content

Commit

Permalink
Merge pull request #583 from scala-steward/update/scalatest-3.2.4
Browse files Browse the repository at this point in the history
Update scalatest to 3.2.4
  • Loading branch information
sh0hei authored Feb 18, 2021
2 parents 454c6e0 + 57f34f5 commit b380193
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion build.sbt
Original file line number Diff line number Diff line change
Expand Up @@ -56,7 +56,7 @@ lazy val core = project
"org.scala-lang" % "scala-reflect" % scalaVersion.value,
// Testing
"co.fs2" %% "fs2-core" % "2.5.0" % Test,
"org.scalatest" %% "scalatest" % "3.2.3" % Test,
"org.scalatest" %% "scalatest" % "3.2.4" % Test,
"org.sangria-graphql" %% "sangria-marshalling-testkit" % "1.0.3" % Test,
"org.sangria-graphql" %% "sangria-spray-json" % "1.0.2" % Test,
"org.sangria-graphql" %% "sangria-argonaut" % "1.0.1" % Test,
Expand Down

0 comments on commit b380193

Please sign in to comment.