Skip to content

Commit d61a5c5

Browse files
authored
Merge pull request #105 from indoorvivants/update/scalafmt-core-3.7.3
Update scalafmt-core to 3.7.3
2 parents 96d2ef2 + c578fc6 commit d61a5c5

File tree

4 files changed

+12
-3
lines changed

4 files changed

+12
-3
lines changed

.git-blame-ignore-revs

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

77
# Scala Steward: Reformat with scalafmt 3.7.1
88
1df0d1235bec871568844490e676b9f20b30fcc5
9+
10+
# Scala Steward: Reformat with scalafmt 3.7.3
11+
f8f5e632a56cd84f1ae3c5143cd2bcd668984d76

.scalafmt.conf

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
version = "3.7.2"
1+
version = "3.7.3"
22
runner.dialect = scala213
33

44
fileOverride {

modules/sbt-vcpkg-native-plugin/src/sbt-test/sbt-vcpkg/manifest-file/project/plugins.sbt

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,4 +5,7 @@ if (pluginVersion == null)
55
"""|The system property 'plugin.version' is not defined.
66
|Specify this property using the scriptedLaunchOpts -D.""".stripMargin
77
)
8-
else addSbtPlugin("com.indoorvivants.vcpkg" % """sbt-vcpkg-native""" % pluginVersion)
8+
else
9+
addSbtPlugin(
10+
"com.indoorvivants.vcpkg" % """sbt-vcpkg-native""" % pluginVersion
11+
)

modules/sbt-vcpkg-native-plugin/src/sbt-test/sbt-vcpkg/simple/project/plugins.sbt

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,4 +5,7 @@ if (pluginVersion == null)
55
"""|The system property 'plugin.version' is not defined.
66
|Specify this property using the scriptedLaunchOpts -D.""".stripMargin
77
)
8-
else addSbtPlugin("com.indoorvivants.vcpkg" % """sbt-vcpkg-native""" % pluginVersion)
8+
else
9+
addSbtPlugin(
10+
"com.indoorvivants.vcpkg" % """sbt-vcpkg-native""" % pluginVersion
11+
)

0 commit comments

Comments
 (0)