Skip to content

Commit a776769

Browse files
scala-stewardBenFradet
authored andcommitted
Update mockserver-netty to 5.9.0
1 parent 9e12b6b commit a776769

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

project/ProjectPlugin.scala

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -75,7 +75,7 @@ object ProjectPlugin extends AutoPlugin {
7575
%%("circe-parser", V.circe) % Test,
7676
%%("scalamock", V.scalamock) % Test,
7777
%%("scalatest", V.scalaTest) % Test,
78-
"org.mock-server" % "mockserver-netty" % "5.8.1" % Test excludeAll ExclusionRule(
78+
"org.mock-server" % "mockserver-netty" % "5.9.0" % Test excludeAll ExclusionRule(
7979
"com.twitter")
8080
),
8181
libraryDependencies ++= (CrossVersion.partialVersion(scalaBinaryVersion.value) match {

0 commit comments

Comments
 (0)