non / alleycats

Cats instances and classes which are outlaws, miscreants, and ne'er-do-wells.
Other
62 stars 14 forks source link

Bumped SBT to 0.13.9. #6

Closed milessabin closed 8 years ago

non commented 8 years ago

Apparently SBT 0.13.9 is cursed??

milessabin commented 8 years ago

I have no idea what's going on there ... 0.13.9 is working for shapeless. Could it be 2.11.6 vs. 7?

fthomas commented 8 years ago

It seems like you're hitting https://github.com/sbt/sbt/issues/2089. Try to use a newer scalariform version in the project build, e.g. add libraryDependencies += "org.scalariform" %% "scalariform" % "0.1.7" to project/plugins.sbt. That did it for me in refined.

non commented 8 years ago

Tried this locally and it was OK, so I'm going to merge and hope for the best. :+1: