diff --git a/README.md b/README.md index 3eb6dc13..5a6d8756 100644 --- a/README.md +++ b/README.md @@ -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: diff --git a/build.sbt b/build.sbt index 25e64a01..235dd259 100644 --- a/build.sbt +++ b/build.sbt @@ -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")) @@ -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