Skip to content

Commit

Permalink
Scala updates
Browse files Browse the repository at this point in the history
  • Loading branch information
yanns committed Oct 22, 2020
1 parent 05ae233 commit 61b1451
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions build.sbt
Expand Up @@ -6,8 +6,8 @@ description := "Sangria circe 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.0"
crossScalaVersions := Seq("2.12.10", scalaVersion.value)
scalaVersion := "2.13.3"
crossScalaVersions := Seq("2.12.12", scalaVersion.value)

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

Expand Down

0 comments on commit 61b1451

Please sign in to comment.