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

Remove sbt-coursier plugin #265

Merged
merged 1 commit into from Jun 3, 2020
Merged

Remove sbt-coursier plugin #265

merged 1 commit into from Jun 3, 2020

Commits on Jun 3, 2020

  1. Remove sbt-coursier plugin

    We updated to sbt 1.3 which bundles coursier
    by default. According to coursier docs its
    no longer necessary to keep the manually
    installed plugin:
    
    https://get-coursier.io/docs/sbt-coursier.html#sbt-13x
    
    Keeping the plugin was causing this transient
    error for some developers when attempting to start SBT:
    
    ```
    [info] Resolved geotrellis-server-build dependencies
    [error] coursier.ResolutionException: Encountered 1 error(s) in dependency resolution:
    [error]     org.scala-sbt:global-plugins;sbtVersion=1.0;scalaVersion=2.12:0.0:
    ```
    CloudNiner committed Jun 3, 2020
    Configuration menu
    Copy the full SHA
    e42b463 View commit details
    Browse the repository at this point in the history