Skip to content

Commit 390a255

Browse files
authored
Merge pull request #11 from scala-steward/update/scalafmt-core-3.7.15
Update scalafmt-core to 3.7.15
2 parents 2fe046e + 2501e09 commit 390a255

File tree

3 files changed

+4
-3
lines changed

3 files changed

+4
-3
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.7.15
2+
bda5a2e3adb32a2c2651ab1a349b5b86402192be

.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.5.9"
2+
version = "3.7.15"
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.*
22
import sbt.Keys.*
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)