Skip to content

Commit

Permalink
Merge pull request #99 from scala-steward/update/scalamock-scalatest-…
Browse files Browse the repository at this point in the history
…support-3.6.0

Update scalamock-scalatest-support to 3.6.0
  • Loading branch information
leonmaia authored Jan 17, 2019
2 parents e68ddf4 + cc146b1 commit b98d827
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 @@ -14,7 +14,7 @@ val baseSettings = Seq(
"com.twitter" %% "finagle-netty3" % "19.1.0",
"org.scalatest" %% "scalatest" % "3.0.5" % "test,it",
"org.scalacheck" %% "scalacheck" % "1.14.0" % "test,it",
"org.scalamock" %% "scalamock-scalatest-support" % "3.4.2" % "test,it",
"org.scalamock" %% "scalamock-scalatest-support" % "3.6.0" % "test,it",
"io.circe" %% "circe-testing" % "0.11.1" % "test,it"
)
)
Expand Down

0 comments on commit b98d827

Please sign in to comment.