Skip to content

Commit b03e54c

Browse files
Update play-mockws-3-0 to 3.0.9 (waylayio#276)
1 parent e0f10e6 commit b03e54c

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
@@ -53,7 +53,7 @@ lazy val root = (project in file("."))
5353
// TEST
5454
"org.specs2" %% "specs2-core" % specs2Version % Test,
5555
"org.specs2" %% "specs2-junit" % specs2Version % Test,
56-
"de.leanovate.play-mockws" %% "play-mockws-3-0" % "3.0.8" % Test,
56+
"de.leanovate.play-mockws" %% "play-mockws-3-0" % "3.0.9" % Test,
5757
"org.playframework" %% "play-ahc-ws" % playVersion % TestAndIntegrationTest, // needed for play-mockws
5858
"org.playframework" %% "play-test" % playVersion % TestAndIntegrationTest, // play-mockws depends on some types in this dependency
5959
"org.playframework" %% "play-ahc-ws-standalone" % playWsVersion % TestAndIntegrationTest,

0 commit comments

Comments
 (0)