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 warnings #103

Merged
merged 1 commit into from
Nov 9, 2024
Merged

fix warnings #103

merged 1 commit into from
Nov 9, 2024

Conversation

xuwei-k
Copy link
Member

@xuwei-k xuwei-k commented Nov 8, 2024

[warn] -- Deprecation Warning: /Users/runner/work/flyway-sbt/flyway-sbt/src/main/scala/flywaysbt/FlywayPlugin.scala:240:25 
[warn] 240 |      flywayResolvers := Array.empty[String],
[warn]     |                         ^
[warn]     |method copyArrayToImmutableIndexedSeq in class LowPriorityImplicits2 is deprecated since 2.13.0: implicit conversions from Array to immutable.IndexedSeq are implemented by copying; use `toIndexedSeq` explicitly if you want to copy, or use the more efficient non-copying ArraySeq.unsafeWrapArray
[warn] -- Deprecation Warning: /Users/runner/work/flyway-sbt/flyway-sbt/src/main/scala/flywaysbt/FlywayPlugin.scala:253:25 
[warn] 253 |      flywayCallbacks := new Array[Callback](0),
[warn]     |                         ^
[warn]     |method copyArrayToImmutableIndexedSeq in class LowPriorityImplicits2 is deprecated since 2.13.0: implicit conversions from Array to immutable.IndexedSeq are implemented by copying; use `toIndexedSeq` explicitly if you want to copy, or use the more efficient non-copying ArraySeq.unsafeWrapArray

@eed3si9n eed3si9n merged commit 602ff35 into sbt:main Nov 9, 2024
5 checks passed
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