Skip to content

Commit

Permalink
Second stab at 2.12.4.
Browse files Browse the repository at this point in the history
Last time we upgraded to 2.12.4 the CI failed with a missing shapeless
implicit error from case-app. I can reproduce this error locally only on
the first `sbt compile`. Running the command the seconds time succeeds
compilation. I want to see if CI fails again, and investigate if
`-YdisableFlatCpCaching` can fix the error.
  • Loading branch information
olafurpg committed Dec 7, 2017
1 parent 76ed12d commit 620c630
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion project/Dependencies.scala
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ object Dependencies {
// https://travis-ci.org/scalacenter/scalafix/jobs/303142842#L4658
// as well as https://github.com/scala/bug/issues/10609
def scala211 = "2.11.11"
def scala212 = "2.12.3"
def scala212 = "2.12.4"
val currentScalaVersion = scala212

def sbt013 = "0.13.6"
Expand Down

0 comments on commit 620c630

Please sign in to comment.