Skip to content

Commit

Permalink
Update scalafmt-core to 3.5.9 (#463) [skip ci]
Browse files Browse the repository at this point in the history
* 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
  • Loading branch information
scala-steward committed Sep 9, 2022
1 parent 11e91e7 commit 609201b
Show file tree
Hide file tree
Showing 3 changed files with 7 additions and 5 deletions.
2 changes: 2 additions & 0 deletions .git-blame-ignore-revs
Original file line number Diff line number Diff line change
@@ -0,0 +1,2 @@
# Scala Steward: Reformat with scalafmt 3.5.9
ff8ca52d610ca63ee0ab4fcfb5d79da13a1250b1
2 changes: 1 addition & 1 deletion .scalafmt.conf
Original file line number Diff line number Diff line change
Expand Up @@ -7,5 +7,5 @@ rewrite.rules = [RedundantBraces, RedundantParens, SortImports]
spaces.inImportCurlyBraces = true
indentOperator.preset = spray

version=3.5.8
version=3.5.9

8 changes: 4 additions & 4 deletions build.sbt
Original file line number Diff line number Diff line change
Expand Up @@ -149,10 +149,10 @@ lazy val common = (project in file("common"))
commonSettings,
noPublishingSettings,
libraryDependencies ++= Dependencies.commonLibraries ++
Dependencies.scalaReflection.value ++ Seq(
Dependencies.catsLaws.value % "test",
Dependencies.scalacheck.value % "test"
)
Dependencies.scalaReflection.value ++ Seq(
Dependencies.catsLaws.value % "test",
Dependencies.scalacheck.value % "test"
)
)

lazy val core = (project in file("core"))
Expand Down

0 comments on commit 609201b

Please sign in to comment.