Skip to content

Commit

Permalink
Merge pull request #63 from scala-steward/update/scalatest-3.2.3
Browse files Browse the repository at this point in the history
Update scalatest to 3.2.3
  • Loading branch information
yanns committed Dec 11, 2020
2 parents 7cd5f4c + c9bf59e commit ed64df5
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 @@ -16,7 +16,7 @@ javacOptions ++= Seq("-source", "8", "-target", "8")

libraryDependencies ++= Seq(
"org.sangria-graphql" %% "sangria" % "2.0.1",
"org.scalatest" %% "scalatest" % "3.1.4" % Test)
"org.scalatest" %% "scalatest" % "3.2.3" % Test)

// Publishing
releaseCrossBuild := true
Expand Down

0 comments on commit ed64df5

Please sign in to comment.