Skip to content

Commit

Permalink
Merge pull request #366 from sullis/sbt-2.12.6
Browse files Browse the repository at this point in the history
Scala 2.12.6
  • Loading branch information
OlegIlyenko committed May 10, 2018
2 parents 1df4be0 + 6b02edb commit 4c159ff
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion .travis.yml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
language: scala
scala:
- 2.12.4
- 2.12.6
- 2.11.11
jdk:
- oraclejdk8
Expand Down
4 changes: 2 additions & 2 deletions build.sbt
Original file line number Diff line number Diff line change
Expand Up @@ -6,8 +6,8 @@ description := "Scala GraphQL implementation"
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.12", "2.12.4")
scalaVersion := "2.12.6"
crossScalaVersions := Seq("2.11.12", "2.12.6")

scalacOptions ++= Seq(
"-deprecation",
Expand Down

0 comments on commit 4c159ff

Please sign in to comment.