Skip to content

Commit

Permalink
Merge pull request sangria-graphql#229 from scala-steward/update/scal…
Browse files Browse the repository at this point in the history
…atest-3.2.16

Update scalatest to 3.2.16
  • Loading branch information
sh0hei committed May 26, 2023
2 parents 40f7ef8 + 517ed59 commit db1ea9b
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 @@ -26,7 +26,7 @@ javacOptions ++= Seq("-source", "8", "-target", "8")

libraryDependencies ++= Seq(
"org.sangria-graphql" %% "sangria" % "3.5.3",
"org.scalatest" %% "scalatest" % "3.2.15" % Test)
"org.scalatest" %% "scalatest" % "3.2.16" % Test)

mimaPreviousArtifacts := {
if (isScala3.value) Set.empty
Expand Down

0 comments on commit db1ea9b

Please sign in to comment.