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

fix warning in build.sbt #377

Merged
merged 1 commit into from
Jul 15, 2021
Merged

fix warning in build.sbt #377

merged 1 commit into from
Jul 15, 2021

Conversation

xuwei-k
Copy link
Contributor

@xuwei-k xuwei-k commented Jul 15, 2021

Pull Request Checklist

Fixes

Fixes warning in build.sbt

Purpose

Background Context

/home/travis/build/playframework/anorm/build.sbt:54: warning: method copy in class AssemblyOption is deprecated (since 1.0.0): copy method is deprecated; use withIncludeBin(...) etc
    _.copy(includeScala = false) // java libraries shouldn't include scala
      ^

References

sbt/sbt-assembly#433

```
/home/travis/build/playframework/anorm/build.sbt:54: warning: method copy in class AssemblyOption is deprecated (since 1.0.0): copy method is deprecated; use withIncludeBin(...) etc
    _.copy(includeScala = false) // java libraries shouldn't include scala
      ^
```
@mkurz mkurz merged commit b98a314 into playframework:master Jul 15, 2021
@xuwei-k xuwei-k deleted the patch-1 branch July 15, 2021 06:15
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.

2 participants