Skip to content

Commit bac4faa

Browse files
scalafmt-core 3.11.0 (was 3.10.7) (#75)
* scalafmt-core 3.11.0 (was 3.10.7) * Reformat with scalafmt 3.11.0 Executed command: scalafmt --non-interactive * Add 'Reformat with scalafmt 3.11.0' to .git-blame-ignore-revs
1 parent b2a8e1e commit bac4faa

3 files changed

Lines changed: 5 additions & 2 deletions

File tree

.git-blame-ignore-revs

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -9,3 +9,6 @@
99

1010
# Scala Steward: Reformat with scalafmt 3.10.7
1111
4f7fd0937ca78b02127508adc298f30027bd6038
12+
13+
# Scala Steward: Reformat with scalafmt 3.11.0
14+
0ef3e32204d9363c1e71a59baf74e1b9be308bb2

.scalafmt.conf

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
# Version https://scalameta.org/scalafmt/docs/configuration.html#version
2-
version = 3.10.7
2+
version = 3.11.0
33
# Dialect https://scalameta.org/scalafmt/docs/configuration.html#scala-dialects
44
runner.dialect = scala213
55

src/sbt-test/sbt-maven/simple/build.sbt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@ lazy val root = project
1313
target.value / "classes" / "META-INF" / "maven" / "plugin.xml"
1414
} else {
1515
target.value / "resource_managed" / "main" / "META-INF" / "maven" / "plugin.xml"
16-
}
16+
}
1717
require(pluginXml.isFile, s"Expected generated plugin.xml at $pluginXml")
1818
},
1919
runCompatTests := {

0 commit comments

Comments
 (0)