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

Support coursier (sbt 1.3.0) #62

Open
kimxogus opened this issue Sep 6, 2019 · 0 comments
Open

Support coursier (sbt 1.3.0) #62

kimxogus opened this issue Sep 6, 2019 · 0 comments

Comments

@kimxogus
Copy link

kimxogus commented Sep 6, 2019

Since sbt 1.3.0, coursier is enabled by default, and s3 resolver is unrecognized in coursier

resolves += s3resolver
        .value(
          "Ivy Repository",
          s3("repo-bucket-name")
        )
        .withIvyPatterns

generates warning Unrecognized repository REPO_NAME, ignoring it, and for now, useCoursier := false can fix this.

I hope this plugin supports coursier too.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Development

No branches or pull requests

1 participant