From 7bdf3232736f0579f8ce1906fc76dbee00c74048 Mon Sep 17 00:00:00 2001 From: adamw Date: Thu, 20 Jul 2023 16:24:07 +0200 Subject: [PATCH] Release 1.3.16 --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 771bdee..c008761 100644 --- a/README.md +++ b/README.md @@ -16,7 +16,7 @@ sttp is a family of Scala HTTP-related projects, and currently includes: Add the following dependency: ```scala -"com.softwaremill.sttp.shared" %% "core" % "1.3.15" +"com.softwaremill.sttp.shared" %% "core" % "1.3.16" ``` sttp model is available for Scala 2.11, 2.12, 2.13, 3.0.0-Mx, Scala.JS and Scala Native.