Skip to content

Commit

Permalink
Merge pull request #61 from scala-steward/update/scalatest-3.2.8
Browse files Browse the repository at this point in the history
Update scalatest to 3.2.8
  • Loading branch information
sh0hei authored Apr 21, 2021
2 parents 7e97f18 + 4fa052f commit 8668ab9
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 @@ -24,7 +24,7 @@ libraryDependencies ++= Seq(
// macros
"org.scala-lang" % "scala-reflect" % scalaVersion.value,
// testing
"org.scalatest" %% "scalatest" % "3.2.7" % Test,
"org.scalatest" %% "scalatest" % "3.2.8" % Test,
"org.sangria-graphql" %% "sangria" % "2.1.3" % Test
)

Expand Down

0 comments on commit 8668ab9

Please sign in to comment.