Skip to content

Commit 609201b

Browse files
Update scalafmt-core to 3.5.9 (mockito#463) [skip ci]
* Update scalafmt-core to 3.5.9 * Reformat with scalafmt 3.5.9 Executed command: scalafmt --non-interactive * Add 'Reformat with scalafmt 3.5.9' to .git-blame-ignore-revs
1 parent 11e91e7 commit 609201b

File tree

3 files changed

+7
-5
lines changed

3 files changed

+7
-5
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.5.9
2+
ff8ca52d610ca63ee0ab4fcfb5d79da13a1250b1

.scalafmt.conf

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,5 +7,5 @@ rewrite.rules = [RedundantBraces, RedundantParens, SortImports]
77
spaces.inImportCurlyBraces = true
88
indentOperator.preset = spray
99

10-
version=3.5.8
10+
version=3.5.9
1111

build.sbt

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -149,10 +149,10 @@ lazy val common = (project in file("common"))
149149
commonSettings,
150150
noPublishingSettings,
151151
libraryDependencies ++= Dependencies.commonLibraries ++
152-
Dependencies.scalaReflection.value ++ Seq(
153-
Dependencies.catsLaws.value % "test",
154-
Dependencies.scalacheck.value % "test"
155-
)
152+
Dependencies.scalaReflection.value ++ Seq(
153+
Dependencies.catsLaws.value % "test",
154+
Dependencies.scalacheck.value % "test"
155+
)
156156
)
157157

158158
lazy val core = (project in file("core"))

0 commit comments

Comments
 (0)