Skip to content
This repository was archived by the owner on Oct 10, 2023. It is now read-only.

Commit 70f2188

Browse files
scala-steward-for-moia[bot]scala-stewardsaeltz
authored
Update mockserver-netty to 5.13.1 (#282)
Co-authored-by: scala-steward <162267+scala-steward-for-moia[bot]@users.noreply.github.com> Co-authored-by: Bendix Sältz <bendix@saeltz.de>
1 parent 11351f4 commit 70f2188

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

build.sbt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -51,7 +51,7 @@ lazy val awsDependencies = Seq(
5151
lazy val testDependencies = Seq(
5252
"org.scalatest" %% "scalatest" % "3.2.11" % Test,
5353
"org.mockito" %% "mockito-scala" % "1.17.5" % Test,
54-
"org.mock-server" % "mockserver-netty" % "5.13.0" % Test
54+
"org.mock-server" % "mockserver-netty" % "5.13.1" % Test
5555
)
5656

5757
lazy val loggingDependencies = Seq(

0 commit comments

Comments
 (0)