Skip to content

Commit

Permalink
Update scalatest to 3.2.11
Browse files Browse the repository at this point in the history
  • Loading branch information
scala-steward committed Jan 24, 2022
1 parent 94c95a0 commit d193c88
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 d193c88

Please sign in to comment.