Skip to content

Commit

Permalink
Update scala-library to 2.12.13
Browse files Browse the repository at this point in the history
  • Loading branch information
scala-steward committed Feb 27, 2021
1 parent 0c3bd8c commit 61c7b57
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion build.sbt
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.12", scalaVersion.value)
crossScalaVersions := Seq("2.12.13", scalaVersion.value)

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

Expand Down

0 comments on commit 61c7b57

Please sign in to comment.