Skip to content

Commit

Permalink
Scala 2.12.13 to 2.12.12 because scoverage not compatible with 2.12.13
Browse files Browse the repository at this point in the history
  • Loading branch information
sh0hei committed Jan 31, 2021
1 parent 857b1bb commit 96ce7f8
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
@@ -1,6 +1,6 @@
language: scala
scala:
- 2.12.13
- 2.12.12
- 2.13.4
jdk:
- openjdk8
Expand Down
2 changes: 1 addition & 1 deletion build.sbt
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ 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.13.4"
crossScalaVersions := Seq("2.12.13", scalaVersion.value)
crossScalaVersions := Seq("2.12.12", scalaVersion.value)

scalacOptions ++= Seq("-deprecation", "-feature")

Expand Down

0 comments on commit 96ce7f8

Please sign in to comment.