Skip to content

Commit

Permalink
Update scalatest to 3.2.15
Browse files Browse the repository at this point in the history
  • Loading branch information
scala-steward committed Jan 8, 2023
1 parent 1138089 commit 027e7a6
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 027e7a6

Please sign in to comment.