Skip to content

Commit

Permalink
Update mockserver-netty to 5.9.0
Browse files Browse the repository at this point in the history
  • Loading branch information
scala-steward authored and BenFradet committed Feb 10, 2020
1 parent 9e12b6b commit a776769
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion project/ProjectPlugin.scala
Original file line number Diff line number Diff line change
Expand Up @@ -75,7 +75,7 @@ object ProjectPlugin extends AutoPlugin {
%%("circe-parser", V.circe) % Test,
%%("scalamock", V.scalamock) % Test,
%%("scalatest", V.scalaTest) % Test,
"org.mock-server" % "mockserver-netty" % "5.8.1" % Test excludeAll ExclusionRule(
"org.mock-server" % "mockserver-netty" % "5.9.0" % Test excludeAll ExclusionRule(
"com.twitter")
),
libraryDependencies ++= (CrossVersion.partialVersion(scalaBinaryVersion.value) match {
Expand Down

0 comments on commit a776769

Please sign in to comment.