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

Upgrade to sbt 1.3.10 #1927

Closed
wants to merge 8 commits into from
Closed

Upgrade to sbt 1.3.10 #1927

wants to merge 8 commits into from

Commits on Apr 17, 2020

  1. Download artifacts over HTTPS

    It looks like Maven central now serves artifacts only over HTTPS anyway.
    Duhemm committed Apr 17, 2020
    Configuration menu
    Copy the full SHA
    843a9b0 View commit details
    Browse the repository at this point in the history

Commits on Apr 30, 2020

  1. Configuration menu
    Copy the full SHA
    d9440c0 View commit details
    Browse the repository at this point in the history
  2. Use latest 2.12 release in CI

    Duhemm committed Apr 30, 2020
    Configuration menu
    Copy the full SHA
    b94d24f View commit details
    Browse the repository at this point in the history
  3. Disable coursier

    We see resolution failures in scalding-hraven (among others, probably)
    when coursier is enabled.
    Duhemm committed Apr 30, 2020
    Configuration menu
    Copy the full SHA
    3ea18ad View commit details
    Browse the repository at this point in the history
  4. Upgrade to latest macro paradise

    The previous version was not published for Scala 2.12.11.
    Duhemm committed Apr 30, 2020
    Configuration menu
    Copy the full SHA
    426fe79 View commit details
    Browse the repository at this point in the history

Commits on May 6, 2020

  1. Revert scrooge plugin upgrade

    The dependency on scrooge would need to be upgraded as well, which we
    probably don't want to do immediately.
    Duhemm committed May 6, 2020
    Configuration menu
    Copy the full SHA
    7ac23ef View commit details
    Browse the repository at this point in the history
  2. Use tut for microsite

    This is what used to be used, but sbt-microsite flipped the default to
    use mdoc instead. This commit restores the old behavior.
    Duhemm committed May 6, 2020
    Configuration menu
    Copy the full SHA
    5fcccbc View commit details
    Browse the repository at this point in the history
  3. Fix typo in module name

    Duhemm committed May 6, 2020
    Configuration menu
    Copy the full SHA
    c7267bd View commit details
    Browse the repository at this point in the history