Skip to content

Commit

Permalink
Merge pull request #94 from xuwei-k/patch-5
Browse files Browse the repository at this point in the history
fix warnings in build.sbt
  • Loading branch information
eed3si9n authored Nov 8, 2024
2 parents 20ad9e0 + 9ea3a64 commit e8cd893
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions build.sbt
Original file line number Diff line number Diff line change
Expand Up @@ -15,10 +15,10 @@ lazy val root = (project in file ("."))
"-unchecked",
"-Xfuture"
),
scalacOptions in (Compile, doc) ++= {
Compile / doc / scalacOptions ++= {
Seq(
"-sourcepath",
(baseDirectory in LocalRootProject).value.getAbsolutePath,
(LocalRootProject / baseDirectory).value.getAbsolutePath,
"-doc-source-url",
s"""https://github.com/flyway/flyway-sbt/tree/${sys.process.Process("git rev-parse HEAD").lineStream_!.head}€{FILE_PATH}.scala"""
)
Expand Down

0 comments on commit e8cd893

Please sign in to comment.