From 4a9cfbef687f691e83f9d32b0316eab16237251e Mon Sep 17 00:00:00 2001 From: Roman Janusz Date: Mon, 18 Mar 2024 15:15:01 +0100 Subject: [PATCH] Release 1.7.9 --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 7594053a..0dae2c63 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.8" +"com.softwaremill.sttp.model" %% "core" % "1.7.9" ``` sttp model is available for Scala 2.11, 2.12, 2.13, 3.0.0, Scala.JS and Scala Native.