summaryrefslogtreecommitdiff
path: root/README.markdown
diff options
context:
space:
mode:
authorJosep Prat <jlprat@users.noreply.github.com>2018-06-22 11:17:53 +0200
committerGitHub <noreply@github.com>2018-06-22 11:17:53 +0200
commit866c4274d678a1b3b3f7b2f4c8f6590cee97a542 (patch)
treec97c83b1e8a63e78fd626c054fad887ca1a8cce8 /README.markdown
parent069638fd2270100d17d070d460d04e72d7611a5f (diff)
downloadspray-json-866c4274d678a1b3b3f7b2f4c8f6590cee97a542.tar.gz
spray-json-866c4274d678a1b3b3f7b2f4c8f6590cee97a542.tar.bz2
spray-json-866c4274d678a1b3b3f7b2f4c8f6590cee97a542.zip
Update dependency version to the latest
Diffstat (limited to 'README.markdown')
-rw-r--r--README.markdown2
1 files changed, 1 insertions, 1 deletions
diff --git a/README.markdown b/README.markdown
index 30ca8ed..ee4759e 100644
--- a/README.markdown
+++ b/README.markdown
@@ -26,7 +26,7 @@ Latest release: [![Maven Central](https://maven-badges.herokuapp.com/maven-centr
If you use SBT you can include _spray-json_ in your project with
```scala
-libraryDependencies += "io.spray" %% "spray-json" % "1.3.3"
+libraryDependencies += "io.spray" %% "spray-json" % "1.3.4"
```
### Usage