Skip to content

Commit

Permalink
Release v1.0.1
Browse files Browse the repository at this point in the history
  • Loading branch information
OlegIlyenko committed Oct 4, 2017
1 parent 80d31c2 commit abc303e
Show file tree
Hide file tree
Showing 3 changed files with 8 additions and 3 deletions.
5 changes: 5 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,8 @@
## v1.0.1 (2017-10-04)

* Add testcase »(un)marshal long scalar values« (#1). Thanks to @agebhar1 for this contribution!
* Updated dependencies

## v1.0.0 (2017-01-16)

* Updated to sangria-marshalling-api v1.0.0
Expand Down
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ and produces correct results.
SBT Configuration:

```scala
libraryDependencies += "org.sangria-graphql" %% "sangria-marshalling-testkit" % "1.0.0" % "test"
libraryDependencies += "org.sangria-graphql" %% "sangria-marshalling-testkit" % "1.0.1" % "test"
```

## License
Expand Down
4 changes: 2 additions & 2 deletions build.sbt
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
name := "sangria-marshalling-testkit"
organization := "org.sangria-graphql"
version := "1.0.1-SNAPSHOT"
version := "1.0.1"

description := "Sangria Marshalling API TestKit"
homepage := Some(url("http://sangria-graphql.org"))
Expand All @@ -20,7 +20,7 @@ scalacOptions ++= {

libraryDependencies ++= Seq(
"org.sangria-graphql" %% "sangria-marshalling-api" % "1.0.0",
"org.scalatest" %% "scalatest" % "3.0.3"
"org.scalatest" %% "scalatest" % "3.0.4"
)

git.remoteRepo := "git@github.com:sangria-graphql/sangria-marshalling-testkit.git"
Expand Down

0 comments on commit abc303e

Please sign in to comment.