From 63db77fcc2232159521e8b830d97f9b919233515 Mon Sep 17 00:00:00 2001 From: adamw Date: Fri, 15 Mar 2024 08:52:43 +0100 Subject: [PATCH] Release 1.7.8 --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index b59947fc..b7cf6321 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.7" +"com.softwaremill.sttp.model" %% "core" % "1.7.8" ``` sttp model is available for Scala 2.11, 2.12, 2.13, 3.0.0, Scala.JS and Scala Native.