Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Drop support for Scala 2.10 #474

Closed
wants to merge 1 commit into from
Closed

Drop support for Scala 2.10 #474

wants to merge 1 commit into from

Conversation

fthomas
Copy link
Owner

@fthomas fthomas commented Apr 11, 2018

No description provided.

@codecov
Copy link

codecov bot commented Apr 11, 2018

Codecov Report

Merging #474 into master will increase coverage by 0.44%.
The diff coverage is n/a.

Impacted file tree graph

@@            Coverage Diff             @@
##           master     #474      +/-   ##
==========================================
+ Coverage   98.07%   98.51%   +0.44%     
==========================================
  Files          60       57       -3     
  Lines         675      673       -2     
  Branches       12       11       -1     
==========================================
+ Hits          662      663       +1     
+ Misses         13       10       -3
Impacted Files Coverage Δ
...n/scala/eu/timepit/refined/macros/MacroUtils.scala 100% <ø> (ø) ⬆️
.../scala/eu/timepit/refined/macros/RefineMacro.scala 100% <ø> (ø) ⬆️
...la/eu/timepit/refined/macros/LiteralMatchers.scala 87.5% <ø> (ø) ⬆️
...rc/main/scala/eu/timepit/refined/api/Refined.scala 100% <ø> (ø)

Continue to review full report at Codecov.

Legend - Click here to learn more
Δ = absolute <relative> (impact), ø = not affected, ? = missing data
Powered by Codecov. Last update 01b87b1...c10c74c. Read the comment docs.

@fthomas
Copy link
Owner Author

fthomas commented Apr 15, 2018

From the list of external modules, these are still available for 2.10:

  • argonaut-refined
  • atto-refined
  • ciris-refined
  • monocle-refined
  • scala-xml-names

Dropping 2.10 support would make it harder for those downstream projects to update refined, so I'll defer this for now.

@fthomas fthomas closed this Apr 15, 2018
@fthomas
Copy link
Owner Author

fthomas commented Jun 22, 2018

Ciris dropped 2.10 support (vlovgr/ciris#161) and Monocle is also considering dropping 2.10 support (optics-dev/Monocle#575 (comment)). I think we can do this now after the 0.9.1 release.

@fthomas fthomas deleted the topic/no-2.10 branch July 4, 2018 22:02
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