Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

specs2-core, specs2-junit, ... 4.11.0 (was 4.10.6) #568

Merged
merged 4 commits into from
May 31, 2021
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
[<img src="https://img.shields.io/travis/playframework/play-ws.svg"/>](https://travis-ci.org/playframework/play-ws) [![Maven](https://img.shields.io/maven-central/v/com.typesafe.play/play-ws-standalone_2.12.svg)](http://mvnrepository.com/artifact/com.typesafe.play/play-ws-standalone_2.12) [![Javadocs](https://javadoc.io/badge/com.typesafe.play/play-ws-standalone_2.12.svg)](https://javadoc.io/doc/com.typesafe.play/play-ws-standalone_2.12)
[![Build Status](https://travis-ci.com/playframework/play-ws.svg?branch=master)](https://travis-ci.com/github/playframework/play-ws) [![Maven](https://img.shields.io/maven-central/v/com.typesafe.play/play-ws-standalone_2.12.svg)](http://mvnrepository.com/artifact/com.typesafe.play/play-ws-standalone_2.12) [![Javadocs](https://javadoc.io/badge/com.typesafe.play/play-ws-standalone_2.12.svg)](https://javadoc.io/doc/com.typesafe.play/play-ws-standalone_2.12)

# Play WS Standalone

Expand Down
6 changes: 3 additions & 3 deletions project/Dependencies.scala
Original file line number Diff line number Diff line change
Expand Up @@ -11,11 +11,11 @@ object Dependencies {

val logback = Seq("ch.qos.logback" % "logback-core" % "1.2.3")

val assertj = Seq("org.assertj" % "assertj-core" % "3.18.1")
val assertj = Seq("org.assertj" % "assertj-core" % "3.19.0")

val awaitility = Seq("org.awaitility" % "awaitility" % "4.0.3")

val specsVersion = "4.10.6"
val specsVersion = "4.11.0"
val specsBuild = Seq(
"specs2-core",
"specs2-junit",
Expand Down Expand Up @@ -44,7 +44,7 @@ object Dependencies {

val asyncHttpClient = Seq("org.asynchttpclient" % "async-http-client" % "2.12.3")

val akkaStreams = Seq("com.typesafe.akka" %% "akka-stream" % "2.6.13")
val akkaStreams = Seq("com.typesafe.akka" %% "akka-stream" % "2.6.14")
val akkaHttp = Seq("com.typesafe.akka" %% "akka-http" % "10.1.14")

val reactiveStreams = Seq("org.reactivestreams" % "reactive-streams" % "1.0.3")
Expand Down