From e7c054ddcf6f4fd62b5054ee0b9d031c1c730793 Mon Sep 17 00:00:00 2001 From: Oleg Ilyenko Date: Wed, 21 Feb 2018 00:45:57 +0100 Subject: [PATCH] Release v0.1.5 --- CHANGELOG.md | 4 ++++ README.md | 4 ++-- build.sbt | 8 ++++---- project/build.properties | 2 +- 4 files changed, 11 insertions(+), 7 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index e373995..c8c8ddd 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,7 @@ +## v0.1.5 (2018-02-20) + +* Updated sangria to v1.4.0 + ## v0.1.4 (2017-12-03) * Added support for [apollo-tracing](https://github.com/apollographql/apollo-tracing) extension. diff --git a/README.md b/README.md index cdd0127..badd64d 100644 --- a/README.md +++ b/README.md @@ -5,8 +5,8 @@ SBT Configuration: ```scala -libraryDependencies += "org.sangria-graphql" %% "sangria" % "1.3.3" -libraryDependencies += "org.sangria-graphql" %% "sangria-slowlog" % "0.1.4" +libraryDependencies += "org.sangria-graphql" %% "sangria" % "1.4.0" +libraryDependencies += "org.sangria-graphql" %% "sangria-slowlog" % "0.1.5" ``` ## Usage diff --git a/build.sbt b/build.sbt index ee6e469..d03b80c 100644 --- a/build.sbt +++ b/build.sbt @@ -1,6 +1,6 @@ name := "sangria-slowlog" organization := "org.sangria-graphql" -version := "0.1.5-SNAPSHOT" +version := "0.1.5" description := "Sangria middleware to log slow GraphQL queries" homepage := Some(url("http://sangria-graphql.org")) @@ -19,11 +19,11 @@ scalacOptions ++= { } libraryDependencies ++= Seq( - "org.sangria-graphql" %% "sangria" % "1.3.3", - "io.dropwizard.metrics" % "metrics-core" % "3.2.5", + "org.sangria-graphql" %% "sangria" % "1.4.0", + "io.dropwizard.metrics" % "metrics-core" % "4.0.2", "org.slf4j" % "slf4j-api" % "1.7.25", - "org.scalatest" %% "scalatest" % "3.0.4" % Test, + "org.scalatest" %% "scalatest" % "3.0.5" % Test, "org.sangria-graphql" %% "sangria-json4s-native" % "1.0.0" % Test, "org.slf4j" % "slf4j-simple" % "1.7.25" % Test ) diff --git a/project/build.properties b/project/build.properties index 9abea12..31334bb 100644 --- a/project/build.properties +++ b/project/build.properties @@ -1 +1 @@ -sbt.version=1.0.3 +sbt.version=1.1.1