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 in build.sbt #94

Merged
merged 1 commit into from
Nov 8, 2024
Merged

fix warnings in build.sbt #94

merged 1 commit into from
Nov 8, 2024

Conversation

xuwei-k
Copy link
Member

@xuwei-k xuwei-k commented Oct 6, 2024

flyway-sbt/build.sbt:18: warning: method in in trait ScopingSetting is deprecated (since 1.5.0): `in` is deprecated; migrate to slash syntax - https://www.scala-sbt.org/1.x/docs/Migrating-from-sbt-013x.html#slash
      scalacOptions in (Compile, doc) ++= {
                    ^
flyway-sbt/build.sbt:21: warning: method in in trait ScopingSetting is deprecated (since 1.5.0): `in` is deprecated; migrate to slash syntax - https://www.scala-sbt.org/1.x/docs/Migrating-from-sbt-013x.html#slash
          (baseDirectory in LocalRootProject).value.getAbsolutePath,
                         ^

@eed3si9n eed3si9n merged commit e8cd893 into sbt:master Nov 8, 2024
3 checks passed
@xuwei-k xuwei-k deleted the patch-5 branch November 8, 2024 07:39
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