Skip to content

Commit

Permalink
Reformat with scalafmt 3.8.5
Browse files Browse the repository at this point in the history
Executed command: scalafmt --non-interactive
  • Loading branch information
scala-steward committed Jan 19, 2025
1 parent e790b84 commit 390664a
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion build.sbt
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,8 @@ inThisBuild(
licenses := List("Apache-2.0" -> url("http://www.apache.org/licenses/LICENSE-2.0")),
developers := List(
Developer("xsoufiane", "Soufiane Maguerra", "", url("https://github.com/xsoufiane")),
Developer("yanns", "Yann Simon", "", url("https://github.com/yanns"))),
Developer("yanns", "Yann Simon", "", url("https://github.com/yanns"))
),
scmInfo := Some(
ScmInfo(
browseUrl = url("https://github.com/sangria-graphql/sangria-federated"),
Expand Down

0 comments on commit 390664a

Please sign in to comment.