From 7006f3d0aa5dead87ee5a54e2bffe7fd30403230 Mon Sep 17 00:00:00 2001 From: wydra98 Date: Thu, 22 Jun 2023 09:13:18 +0200 Subject: [PATCH] Release 1.6.0 --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index fe4aa5c9..4fd820e6 100644 --- a/README.md +++ b/README.md @@ -17,7 +17,7 @@ sttp is a family of Scala HTTP-related projects, and currently includes: Add the following dependency: ```scala -"com.softwaremill.sttp.model" %% "core" % "1.5.5" +"com.softwaremill.sttp.model" %% "core" % "1.6.0" ``` sttp model is available for Scala 2.11, 2.12, 2.13, 3.0.0, Scala.JS and Scala Native.