Skip to content

Commit

Permalink
Release v1.0.5
Browse files Browse the repository at this point in the history
  • Loading branch information
OlegIlyenko committed Oct 6, 2018
1 parent f8e0515 commit 1570b36
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
SBT Configuration:

```scala
libraryDependencies += "org.sangria-graphql" %% "sangria-play-json" % "1.0.4"
libraryDependencies += "org.sangria-graphql" %% "sangria-play-json" % "1.0.5"
```

## Compatibility matrix
Expand Down
2 changes: 1 addition & 1 deletion build.sbt
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
name := "sangria-play-json"
organization := "org.sangria-graphql"
version := "1.0.5-SNAPSHOT"
version := "1.0.5"

description := "Sangria play-json marshalling"
homepage := Some(url("http://sangria-graphql.org"))
Expand Down

0 comments on commit 1570b36

Please sign in to comment.