Skip to content

Commit

Permalink
Downgrading the compiler until compiler bug is fixed
Browse files Browse the repository at this point in the history
  • Loading branch information
blast-hardcheese committed Nov 10, 2018
1 parent 2a10215 commit cc20e72
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion build.sbt
Expand Up @@ -8,7 +8,7 @@ licenses in ThisBuild += ("MIT", url("http://opensource.org/licenses/MIT"))
enablePlugins(GitVersioning)
git.useGitDescribe := true

crossScalaVersions := Seq("2.11.12", "2.12.7")
crossScalaVersions := Seq("2.11.12", "2.12.3")
scalaVersion in ThisBuild := crossScalaVersions.value.last

scalafmtOnCompile in ThisBuild := true
Expand Down

0 comments on commit cc20e72

Please sign in to comment.