Skip to content

Commit

Permalink
Merge pull request #182 from scala-steward/update/scalatest-3.2.15
Browse files Browse the repository at this point in the history
Update scalatest to 3.2.15
  • Loading branch information
sh0hei authored Jan 13, 2023
2 parents a99cc13 + 027e7a6 commit 347072e
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 @@ -35,7 +35,7 @@ libraryDependencies ++= Seq(
"org.sangria-graphql" %% "sangria-marshalling-api" % "1.0.8",
"com.typesafe.play" %% "play-json" % "2.10.0-RC7",
"org.sangria-graphql" %% "sangria-marshalling-testkit" % "1.0.4" % Test,
"org.scalatest" %% "scalatest" % "3.2.14" % Test
"org.scalatest" %% "scalatest" % "3.2.15" % Test
)

// Publishing
Expand Down

0 comments on commit 347072e

Please sign in to comment.