Skip to content
This repository has been archived by the owner on May 9, 2022. It is now read-only.

Commit

Permalink
Bump scala
Browse files Browse the repository at this point in the history
  • Loading branch information
Regis Kuckaertz committed Feb 19, 2018
1 parent 21ebc3d commit 89285eb
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions build.sbt
Expand Up @@ -6,9 +6,9 @@ organization := "com.gu"

licenses += ("Apache-2.0", url("http://opensource.org/licenses/Apache-2.0"))

scalaVersion := "2.11.8"
scalaVersion := "2.12.4"

crossScalaVersions := Seq("2.11.4")
crossScalaVersions := Seq("2.11.8")

scalacOptions ++= Seq("-feature", "-deprecation", "-language:higherKinds", "-Xfatal-warnings")

Expand Down

0 comments on commit 89285eb

Please sign in to comment.