Skip to content

Commit

Permalink
Release v0.3.3
Browse files Browse the repository at this point in the history
  • Loading branch information
OlegIlyenko committed Oct 23, 2016
1 parent cb9274e commit bd58ac5
Show file tree
Hide file tree
Showing 3 changed files with 10 additions and 5 deletions.
4 changes: 4 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,7 @@
## v0.3.3 (2016-10-23)

* Updated play-json to v2.5.9

## v0.3.2 (2016-05-01)

* Updated to sangria-marshalling-api v0.2.1
Expand Down
3 changes: 2 additions & 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" % "0.3.2"
libraryDependencies += "org.sangria-graphql" %% "sangria-play-json" % "0.3.3"
```

## Compatibility matrix
Expand All @@ -18,6 +18,7 @@ libraryDependencies += "org.sangria-graphql" %% "sangria-play-json" % "0.3.2"
|0.3.0 | 2.5.0 | 0.2.0 |
|0.3.1 | 2.5.1 | 0.2.0 |
|0.3.2 | 2.5.3 | 0.2.1 |
|0.3.3 | 2.5.9 | 0.2.1 |


## License
Expand Down
8 changes: 4 additions & 4 deletions 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 := "0.3.3-SNAPSHOT"
version := "0.3.3"

description := "Sangria play-json marshalling"
homepage := Some(url("http://sangria-graphql.org"))
Expand All @@ -11,10 +11,10 @@ scalacOptions ++= Seq("-deprecation", "-feature")

libraryDependencies ++= Seq(
"org.sangria-graphql" %% "sangria-marshalling-api" % "0.2.1",
"com.typesafe.play" %% "play-json" % "2.5.3",
"com.typesafe.play" %% "play-json" % "2.5.9",

"org.sangria-graphql" %% "sangria-marshalling-testkit" % "0.2.1" % "test",
"org.scalatest" %% "scalatest" % "2.2.6" % "test"
"org.sangria-graphql" %% "sangria-marshalling-testkit" % "0.2.2" % "test",
"org.scalatest" %% "scalatest" % "3.0.0" % "test"
)

git.remoteRepo := "[email protected]:sangria-graphql/sangria-play-json.git"
Expand Down

0 comments on commit bd58ac5

Please sign in to comment.