Skip to content

Commit 352a985

Browse files
Update scalafmt-core to 3.7.4 (#251)
* Update scalafmt-core to 3.7.4 * Reformat with scalafmt 3.7.4 Executed command: scalafmt --non-interactive * Add 'Reformat with scalafmt 3.7.4' to .git-blame-ignore-revs
1 parent 9aa60fe commit 352a985

File tree

3 files changed

+5
-3
lines changed

3 files changed

+5
-3
lines changed

.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.7.0
55
b43f95c83b80046478165557a1331efda2593af4
6+
7+
# Scala Steward: Reformat with scalafmt 3.7.4
8+
3a600982e001d661c8765da066ae454cb45f412a

.scalafmt.conf

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
# https://scalameta.org/scalafmt/docs/configuration.html
2-
version = "3.7.3"
2+
version = "3.7.4"
33
runner.dialect = scala213source3
44
maxColumn = 140
55
project.git = true

project/MetaInfLicenseCopy.scala

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,7 @@
11
import sbt.Keys._
22
import sbt._
33

4-
/**
5-
* Copies LICENSE file into jar META-INF dir
4+
/** Copies LICENSE file into jar META-INF dir
65
*/
76
object MetaInfLicenseCopy {
87

0 commit comments

Comments
 (0)