Skip to content
This repository has been archived by the owner on Oct 26, 2020. It is now read-only.

Commit

Permalink
Merge pull request #63 from sangria-graphql-org/scala_2.13.2
Browse files Browse the repository at this point in the history
scala 2.13.2
  • Loading branch information
yanns authored Apr 23, 2020
2 parents 910dedf + f7603b0 commit 4ab54d9
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ language: scala
scala:
- 2.11.12
- 2.12.10
- 2.13.1
- 2.13.2
jdk:
- openjdk8
- openjdk11
Expand Down
2 changes: 1 addition & 1 deletion build.sbt
Original file line number Diff line number Diff line change
Expand Up @@ -85,7 +85,7 @@ lazy val projectInfo = Seq(
)

lazy val scalaSettings = Seq(
scalaVersion := "2.13.1",
scalaVersion := "2.13.2",
crossScalaVersions := Seq("2.11.12", "2.12.11", scalaVersion.value),
scalacOptions ++= Seq(
"-deprecation",
Expand Down

0 comments on commit 4ab54d9

Please sign in to comment.