Skip to content

Commit 61fbea2

Browse files
Update scalafmt-core to 3.10.7 (#954)
* Update scalafmt-core to 3.10.7 * Reformat with scalafmt 3.10.7 Executed command: scalafmt --non-interactive * Add 'Reformat with scalafmt 3.10.7' to .git-blame-ignore-revs
1 parent eeee7d9 commit 61fbea2

3 files changed

Lines changed: 6 additions & 5 deletions

File tree

.git-blame-ignore-revs

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3,3 +3,6 @@
33

44
# Scala Steward: Reformat with scalafmt 3.10.3
55
d8af028d2cd271ab7f3adec9842f07cce86a2ac3
6+
7+
# Scala Steward: Reformat with scalafmt 3.10.7
8+
83b819003b44835b1792e3ef8263da91a5b6d4ba

.scalafmt.conf

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
version = 3.10.3
1+
version = 3.10.7
22
project.layout = StandardConvention
33
runner.dialect = scala3
44
maxColumn = 100

build.sbt

Lines changed: 2 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -92,10 +92,8 @@ val buildSettings = Seq[Setting[?]](
9292
// Style check config: (sbt-jchekcstyle)
9393
jcheckStyleConfig := "facebook",
9494
// Run jcheckstyle both for main and test codes
95-
Compile / compile :=
96-
((Compile / compile) dependsOn (Compile / jcheckStyle)).value,
97-
Test / compile :=
98-
((Test / compile) dependsOn (Test / jcheckStyle)).value
95+
Compile / compile := ((Compile / compile) dependsOn (Compile / jcheckStyle)).value,
96+
Test / compile := ((Test / compile) dependsOn (Test / jcheckStyle)).value
9997
)
10098

10199
val junitJupiter = "org.junit.jupiter" % "junit-jupiter" % "5.14.1" % "test"

0 commit comments

Comments
 (0)