Skip to content

Commit

Permalink
Remove mockserver dependency (#427)
Browse files Browse the repository at this point in the history
  • Loading branch information
BenFradet committed Apr 6, 2020
1 parent 4fa3021 commit 76a3974
Showing 1 changed file with 0 additions and 3 deletions.
3 changes: 0 additions & 3 deletions project/ProjectPlugin.scala
Original file line number Diff line number Diff line change
Expand Up @@ -83,9 +83,6 @@ object ProjectPlugin extends AutoPlugin {
%%("circe-parser", V.circe) % Test,
%%("scalamock", V.scalamock) % Test,
%%("scalatest", V.scalaTest) % Test,
"org.mock-server" % "mockserver-netty" % "5.10" % Test excludeAll ExclusionRule(
"com.twitter"
),
compilerPlugin("com.github.ghik" % "silencer-plugin" % V.silencer cross CrossVersion.full),
"com.github.ghik" % "silencer-lib" % V.silencer % Provided cross CrossVersion.full
),
Expand Down

0 comments on commit 76a3974

Please sign in to comment.