Skip to content

Commit

Permalink
Release v1.3.3
Browse files Browse the repository at this point in the history
  • Loading branch information
OlegIlyenko committed Dec 3, 2017
1 parent d452731 commit 4179209
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 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 @@
SBT Configuration:

```scala
libraryDependencies += "org.sangria-graphql" %% "sangria" % "1.3.2"
libraryDependencies += "org.sangria-graphql" %% "sangria" % "1.3.3"
```

You can find an example application that uses akka-http with sangria here:
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"
organization := "org.sangria-graphql"
version := "1.3.3-SNAPSHOT"
version := "1.3.3"

description := "Scala GraphQL implementation"
homepage := Some(url("http://sangria-graphql.org"))
Expand Down Expand Up @@ -51,7 +51,7 @@ libraryDependencies ++= Seq(

// CATs
"net.jcazevedo" %% "moultingyaml" % "0.4.0" % Test,
"io.github.lukehutch" % "fast-classpath-scanner" % "2.8.1" % Test
"io.github.lukehutch" % "fast-classpath-scanner" % "2.9.3" % Test
)

// Publishing
Expand Down

0 comments on commit 4179209

Please sign in to comment.