diff --git a/build.sbt b/build.sbt index ff694ff..e3978db 100644 --- a/build.sbt +++ b/build.sbt @@ -12,7 +12,7 @@ ThisBuild / developers := List( Developer("brunoballekens", "Bruno Ballekens", "bruno@waylay.io", url("https://github.com/brunoballekens")) ) ThisBuild / licenses := List("MIT License" -> url("http://www.opensource.org/licenses/mit-license.php")) -val playWsVersion = "3.0.7" +val playWsVersion = "3.0.8" val playJsonVersion = "3.0.5" val specs2Version = "4.21.0" val pekkoVersion = "1.2.0"