Skip to content

Commit

Permalink
Merge e377915 into 127407a
Browse files Browse the repository at this point in the history
  • Loading branch information
sh0hei committed Feb 28, 2021
2 parents 127407a + e377915 commit affbb97
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .travis.yml
@@ -1,6 +1,6 @@
language: scala
scala:
- 2.13.4
- 2.13.5
- 2.12.12
jdk:
- openjdk11
Expand Down
2 changes: 1 addition & 1 deletion build.sbt
Expand Up @@ -6,7 +6,7 @@ description := "Sangria json4s-jackson marshalling"
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"
scalaVersion := "2.13.5"
crossScalaVersions := Seq("2.12.12", scalaVersion.value)

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

0 comments on commit affbb97

Please sign in to comment.