flyway-sbt icon indicating copy to clipboard operation
flyway-sbt copied to clipboard

fix warnings in build.sbt

Open xuwei-k opened this issue 4 months ago • 0 comments

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,
                         ^

xuwei-k avatar Oct 06 '24 23:10 xuwei-k