Skip to content

Commit

Permalink
Release v1.0.3
Browse files Browse the repository at this point in the history
  • Loading branch information
OlegIlyenko committed May 11, 2018
1 parent cec474d commit 8305bed
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 @@ -7,7 +7,7 @@ A common API implemented by different marshalling libraries (like sangria-spray-
SBT Configuration:

```scala
libraryDependencies += "org.sangria-graphql" %% "sangria-marshalling-api" % "1.0.2"
libraryDependencies += "org.sangria-graphql" %% "sangria-marshalling-api" % "1.0.3"
```

## License
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-marshalling-api"
organization := "org.sangria-graphql"
version := "1.0.3-SNAPSHOT"
version := "1.0.3"

description := "Sangria Marshalling API"
homepage := Some(url("http://sangria-graphql.org"))
Expand Down

0 comments on commit 8305bed

Please sign in to comment.