diff --git a/.travis.yml b/.travis.yml index e16ac37..9fd3301 100644 --- a/.travis.yml +++ b/.travis.yml @@ -1,6 +1,6 @@ language: scala scala: - - 2.12.3 + - 2.12.6 - 2.11.11 jdk: - oraclejdk8 diff --git a/CHANGELOG.md b/CHANGELOG.md index 4871e69..3b1948b 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,4 +1,8 @@ -## v1.3.3 (2018-02-20) +## v1.4.1 (2018-05-12) + +* Updated sangria to v1.4.1 + +## v1.4.0 (2018-02-20) * Updated sangria to v1.4.0 diff --git a/README.md b/README.md index c3ae4a3..6b37bd5 100644 --- a/README.md +++ b/README.md @@ -7,7 +7,7 @@ SBT Configuration: ```scala -libraryDependencies += "org.sangria-graphql" %% "sangria-relay" % "1.4.0" +libraryDependencies += "org.sangria-graphql" %% "sangria-relay" % "1.4.1" ``` More info and the documentation can be found in the project home page: diff --git a/build.sbt b/build.sbt index 286e969..3305b52 100644 --- a/build.sbt +++ b/build.sbt @@ -1,13 +1,13 @@ name := "sangria-relay" organization := "org.sangria-graphql" -version := "1.4.1-SNAPSHOT" +version := "1.4.1" description := "Sangria Relay Support" homepage := Some(url("http://sangria-graphql.org")) licenses := Seq("Apache License, ASL Version 2.0" → url("http://www.apache.org/licenses/LICENSE-2.0")) -scalaVersion := "2.12.4" -crossScalaVersions := Seq("2.11.11", "2.12.4") +scalaVersion := "2.12.6" +crossScalaVersions := Seq("2.11.11", "2.12.6") scalacOptions ++= Seq("-deprecation", "-feature") @@ -19,7 +19,7 @@ scalacOptions ++= { } libraryDependencies ++= Seq( - "org.sangria-graphql" %% "sangria" % "1.4.0", + "org.sangria-graphql" %% "sangria" % "1.4.1", "org.scalatest" %% "scalatest" % "3.0.5" % "test") // Publishing diff --git a/project/build.properties b/project/build.properties index 31334bb..7c81737 100644 --- a/project/build.properties +++ b/project/build.properties @@ -1 +1 @@ -sbt.version=1.1.1 +sbt.version=1.1.5