Skip to content

Commit

Permalink
BDOG-2885 scalafmtSbt
Browse files Browse the repository at this point in the history
  • Loading branch information
colin-lamed committed Nov 22, 2023
1 parent e222e7c commit ee1c5c1
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions build.sbt
Original file line number Diff line number Diff line change
Expand Up @@ -28,10 +28,10 @@ lazy val playLanguage = Project("play-language", file("play-language"))
.settings(crossScalaVersions := Seq(scala2_12, scala2_13))

def copySources(module: Project) = Seq(
Compile / scalaSource := (module / Compile / scalaSource ).value,
Compile / scalaSource := (module / Compile / scalaSource).value,
Compile / resourceDirectory := (module / Compile / resourceDirectory).value,
Test / scalaSource := (module / Test / scalaSource ).value,
Test / resourceDirectory := (module / Test / resourceDirectory).value
Test / scalaSource := (module / Test / scalaSource).value,
Test / resourceDirectory := (module / Test / resourceDirectory).value
)

lazy val playLanguagePlay28 = Project("play-language-play-28", file("play-language-play-28"))
Expand Down

0 comments on commit ee1c5c1

Please sign in to comment.