Skip to content

Comments

Update to Scala 2.12#74

Open
kubum wants to merge 1 commit intotixxit:masterfrom
kubum:scala_2.12
Open

Update to Scala 2.12#74
kubum wants to merge 1 commit intotixxit:masterfrom
kubum:scala_2.12

Conversation

@kubum
Copy link

@kubum kubum commented Mar 17, 2018

I've done a brief update to run this library on 2.12 that I'd like to share. I tried to update the bare-minimum and fixed the tests.

  • Bump Travis
  • Change the build.sbt and remove "-optimise", because it is deprecated.
  • Change version to "0.6.0"
  • "ReducerSpec" started to fail after upgrade, because when ScalaCheck generates an empty series, it then explodes at "Gen.size(1, 0)", so we should filter out empty ones.
  • Update sbt to 0.13.17
  • Bump dependencies: spire, shapeless, discipline, scalatest to compile on Scala 2.12.
  • Bump sbt plugins to compile on Scala 2.12: scoverage, tut.

Thanks!

- Bump Travis
- Change the build.sbt and remove "-optimise", because it is deprecated.
- Change version to "0.6.0"
- "ReducerSpec" started to fail after upgrade, because when ScalaCheck generates an empty series, it then explodes at "Gen.size(1, 0)", so we should filter out empty ones.
- Update sbt to 0.13.17
- Bump dependencies: spire, shapeless, discipline, scalatest to compile on Scala 2.12.
- Bump sbt plugins to compile on Scala 2.12: scoverage, tut.
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant