aboutsummaryrefslogtreecommitdiff
path: root/docs/examples.rst
diff options
context:
space:
mode:
authoradamw <adam@warski.org>2018-04-24 11:36:39 +0200
committeradamw <adam@warski.org>2018-04-24 11:36:39 +0200
commit82a3285fde0abd482d7c8771f6631afed55e4aa8 (patch)
treef8a61a70cef7ccba89c46efbb9c5272362e13660 /docs/examples.rst
parentba3879e9ce1a5fcaddec311daff4af73802c2c9a (diff)
downloadsttp-82a3285fde0abd482d7c8771f6631afed55e4aa8.tar.gz
sttp-82a3285fde0abd482d7c8771f6631afed55e4aa8.tar.bz2
sttp-82a3285fde0abd482d7c8771f6631afed55e4aa8.zip
Setting version to 1.1.13v1.1.13
Diffstat (limited to 'docs/examples.rst')
-rw-r--r--docs/examples.rst8
1 files changed, 4 insertions, 4 deletions
diff --git a/docs/examples.rst b/docs/examples.rst
index 4e2cb12..e69c466 100644
--- a/docs/examples.rst
+++ b/docs/examples.rst
@@ -8,7 +8,7 @@ POST a form using the synchronous backend
Required dependencies::
- libraryDependencies ++= List("com.softwaremill.sttp" %% "core" % "1.1.12")
+ libraryDependencies ++= List("com.softwaremill.sttp" %% "core" % "1.1.13")
Example code::
@@ -34,8 +34,8 @@ GET and parse JSON using the akka-http backend and json4s
Required dependencies::
libraryDependencies ++= List(
- "com.softwaremill.sttp" %% "akka-http-backend" % "1.1.12",
- "com.softwaremill.sttp" %% "json4s" % "1.1.12"
+ "com.softwaremill.sttp" %% "akka-http-backend" % "1.1.13",
+ "com.softwaremill.sttp" %% "json4s" % "1.1.13"
)
Example code::
@@ -68,7 +68,7 @@ Test an endpoint requiring multiple parameters
Required dependencies::
- libraryDependencies ++= List("com.softwaremill.sttp" %% "core" % "1.1.12")
+ libraryDependencies ++= List("com.softwaremill.sttp" %% "core" % "1.1.13")
Example code::