From 1b16a3578304a02e4c925fe185add7db785eacea Mon Sep 17 00:00:00 2001 From: adamw Date: Thu, 26 Oct 2023 13:54:26 +0200 Subject: [PATCH] Release 1.7.6 --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index e7196d88..53a6a5d9 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.7.5" +"com.softwaremill.sttp.model" %% "core" % "1.7.6" ``` sttp model is available for Scala 2.11, 2.12, 2.13, 3.0.0, Scala.JS and Scala Native.