File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 33
44# Scala Steward: Reformat with scalafmt 3.10.3
55d8af028d2cd271ab7f3adec9842f07cce86a2ac3
6+
7+ # Scala Steward: Reformat with scalafmt 3.10.7
8+ 83b819003b44835b1792e3ef8263da91a5b6d4ba
Original file line number Diff line number Diff line change 1- version = 3.10 .3
1+ version = 3.10 .7
22project.layout = StandardConvention
33runner.dialect = scala3
44maxColumn = 100
Original file line number Diff line number Diff 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
10199val junitJupiter = " org.junit.jupiter" % " junit-jupiter" % " 5.14.1" % " test"
You can’t perform that action at this time.
0 commit comments