Skip to content

Commit 5b3741a

Browse files
authored
Merge pull request sangria-graphql#368 from scala-steward/update/scalafmt-core-3.8.6
Update scalafmt-core to 3.8.6
2 parents a27da74 + ddbf9d7 commit 5b3741a

File tree

3 files changed

+5
-2
lines changed

3 files changed

+5
-2
lines changed

.git-blame-ignore-revs

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,2 @@
1+
# Scala Steward: Reformat with scalafmt 3.8.6
2+
e89a3ee4d8164e912febe80cd520163725c0aa55

.scalafmt.conf

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
version = 3.8.3
1+
version = 3.8.6
22

33
runner.dialect = scala213
44

build.sbt

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,8 @@ inThisBuild(
66
licenses := List("Apache-2.0" -> url("http://www.apache.org/licenses/LICENSE-2.0")),
77
developers := List(
88
Developer("xsoufiane", "Soufiane Maguerra", "", url("https://github.com/xsoufiane")),
9-
Developer("yanns", "Yann Simon", "", url("https://github.com/yanns"))),
9+
Developer("yanns", "Yann Simon", "", url("https://github.com/yanns"))
10+
),
1011
scmInfo := Some(
1112
ScmInfo(
1213
browseUrl = url("https://github.com/sangria-graphql/sangria-federated"),

0 commit comments

Comments
 (0)