From b04e2f4079ef9b0efa5bf02305d0cffa48a28796 Mon Sep 17 00:00:00 2001 From: Scala Steward Date: Thu, 16 Dec 2021 12:45:53 +0100 Subject: [PATCH] Update play-ahc-ws-standalone, ... to 2.1.6 --- build.sbt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/build.sbt b/build.sbt index 1f2bbcc..d674554 100644 --- a/build.sbt +++ b/build.sbt @@ -2,7 +2,7 @@ import sbt.Keys.{crossScalaVersions, scalacOptions} val playJsonVersion = "2.9.2" val playVersion = "2.7.3" // test only -val playWsVersion = "2.0.8" +val playWsVersion = "2.1.6" val slf4jVersion = "1.7.32" val logbackVersion = "1.1.11" val specs2Version = "4.8.3"