File tree Expand file tree Collapse file tree 3 files changed +9
-5
lines changed
Expand file tree Collapse file tree 3 files changed +9
-5
lines changed Original file line number Diff line number Diff line change 1+ ## v0.1.1 (2016-02-28)
2+
3+ * Updated to latest version of marshalling API
4+
15## v0.1.0 (2016-01-23)
26
37* Initial release
Original file line number Diff line number Diff line change 55SBT Configuration:
66
77``` scala
8- libraryDependencies += " org.sangria-graphql" %% " sangria-json4s-native" % " 0.1.0 "
8+ libraryDependencies += " org.sangria-graphql" %% " sangria-json4s-native" % " 0.1.1 "
99```
1010
1111## License
Original file line number Diff line number Diff line change 11name := " sangria-json4s-native"
22organization := " org.sangria-graphql"
3- version := " 0.2.0-SNAPSHOT "
3+ version := " 0.1.1 "
44
55description := " Sangria json4s-native marshalling"
66homepage := Some (url(" http://sangria-graphql.org" ))
@@ -10,11 +10,11 @@ scalaVersion := "2.11.7"
1010scalacOptions ++= Seq (" -deprecation" , " -feature" )
1111
1212libraryDependencies ++= Seq (
13- " org.sangria-graphql" %% " sangria-marshalling-api" % " 0.1.0 " ,
13+ " org.sangria-graphql" %% " sangria-marshalling-api" % " 0.1.1 " ,
1414 " org.json4s" %% " json4s-native" % " 3.3.0" ,
1515
16- " org.sangria-graphql" %% " sangria-marshalling-testkit" % " 0.1.0 " % " test" ,
17- " org.scalatest" %% " scalatest" % " 2.2.4 " % " test"
16+ " org.sangria-graphql" %% " sangria-marshalling-testkit" % " 0.1.2 " % " test" ,
17+ " org.scalatest" %% " scalatest" % " 2.2.6 " % " test"
1818)
1919
2020git.remoteRepo := " git@github.com:sangria-graphql/sangria-json4s-native.git"
You can’t perform that action at this time.
0 commit comments