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

Conversation

CloudNiner
Copy link
Contributor

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:

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:
```
Copy link
Member

@pomadchin pomadchin left a comment

Choose a reason for hiding this comment

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

💯 Thanks! I'm wodnering now, why did it work at all.

@CloudNiner CloudNiner merged commit 3f587cf into develop Jun 3, 2020
@CloudNiner CloudNiner deleted the fix/awf/coursier-issues branch June 3, 2020 14:29
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.

None yet

2 participants