Skip to content

Commit

Permalink
Merge pull request #23 from scala-steward/update/scalatest-3.1.1
Browse files Browse the repository at this point in the history
Update scalatest to 3.1.1
  • Loading branch information
yanns authored Apr 17, 2020
2 parents 157a103 + 1e0709b commit 676ea4e
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 @@ -20,7 +20,7 @@ scalacOptions ++= {

libraryDependencies ++= Seq(
"org.sangria-graphql" %% "sangria" % "2.0.0-RC1",
"org.scalatest" %% "scalatest" % "3.1.0" % Test)
"org.scalatest" %% "scalatest" % "3.1.1" % Test)

// Publishing
releaseCrossBuild := true
Expand Down

0 comments on commit 676ea4e

Please sign in to comment.