Skip to content

Commit

Permalink
Merge pull request #174 from scala-steward/update/scalatest-3.2.11
Browse files Browse the repository at this point in the history
Update scalatest to 3.2.11
  • Loading branch information
sh0hei authored Jan 25, 2022
2 parents 1840d15 + d193c88 commit 99a91fd
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 @@ -34,7 +34,7 @@ libraryDependencies ++= Seq(
"org.slf4j" % "slf4j-api" % "1.7.33",
"io.opentracing.contrib" %% "opentracing-scala-concurrent" % "0.0.6",
"io.opentracing" % "opentracing-mock" % "0.33.0" % Test,
"org.scalatest" %% "scalatest" % "3.2.10" % Test,
"org.scalatest" %% "scalatest" % "3.2.11" % Test,
"org.sangria-graphql" %% "sangria-json4s-native" % "1.0.2" % Test,
"org.slf4j" % "slf4j-simple" % "1.7.33" % Test
)
Expand Down

0 comments on commit 99a91fd

Please sign in to comment.