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

Support Scala 2.12 #721

Closed

Conversation

ttim
Copy link
Collaborator

@ttim ttim commented May 11, 2017

This PR bumps scalding version to 0.17.0, algebird to 0.13.0, bijection to 0.9.5 and chill to 0.8.4.
Algebird fixes based on #715.

This PR also removes support for Scala 2.10, because scalding doesn't support it.

build.sbt Outdated
@@ -37,7 +34,7 @@ val extraSettings = mimaDefaultSettings
val sharedSettings = extraSettings ++ Seq(
organization := "com.twitter",
scalaVersion := "2.11.7",
crossScalaVersions := Seq("2.10.5", "2.11.7"),
crossScalaVersions := Seq("2.11.7"),
Copy link
Collaborator

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

this is an old scala. 2.11.11.

@ttim ttim changed the title Bump scalding, algebird, bijection and chill versions Support Scala 2.12 May 13, 2017
@ttim
Copy link
Collaborator Author

ttim commented Jun 2, 2017

Recreated as #724

@ttim ttim closed this Jun 2, 2017
@ttim ttim deleted the tabishev/bump_scalding_algebird_versions branch June 8, 2017 05:06
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants