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

Fixed some things in the build #1718

Merged
merged 4 commits into from
Jun 14, 2017

Conversation

djspiewak
Copy link
Member

A couple things here:

  • Releases will now sign tags (fixes Add releaseVcsSign := true to release settings #1717)
  • Coursier is used for dependency management (rather than Ivy)
  • Doctest is upgraded (the old version actually broke the classpath, and a bug in Ivy masked the problem)
  • Updated sbt-travisci

@codecov-io
Copy link

codecov-io commented Jun 4, 2017

Codecov Report

Merging #1718 into master will not change coverage.
The diff coverage is n/a.

Impacted file tree graph

@@           Coverage Diff           @@
##           master    #1718   +/-   ##
=======================================
  Coverage   93.88%   93.88%           
=======================================
  Files         246      246           
  Lines        4088     4088           
  Branches      154      155    +1     
=======================================
  Hits         3838     3838           
  Misses        250      250

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 1931c93...5e9fb14. Read the comment docs.

@adelbertc adelbertc merged commit a0b7e20 into typelevel:master Jun 14, 2017
@stew stew removed the in progress label Jun 14, 2017
@kailuowang kailuowang modified the milestone: 1.0.0-MF Jun 15, 2017
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.

Add releaseVcsSign := true to release settings
5 participants