File tree Expand file tree Collapse file tree 4 files changed +12
-3
lines changed
modules/sbt-vcpkg-native-plugin/src/sbt-test/sbt-vcpkg Expand file tree Collapse file tree 4 files changed +12
-3
lines changed Original file line number Diff line number Diff line change 6
6
7
7
# Scala Steward: Reformat with scalafmt 3.7.1
8
8
1df0d1235bec871568844490e676b9f20b30fcc5
9
+
10
+ # Scala Steward: Reformat with scalafmt 3.7.3
11
+ f8f5e632a56cd84f1ae3c5143cd2bcd668984d76
Original file line number Diff line number Diff line change 1
- version = "3.7.2 "
1
+ version = "3.7.3 "
2
2
runner.dialect = scala213
3
3
4
4
fileOverride {
Original file line number Diff line number Diff line change @@ -5,4 +5,7 @@ if (pluginVersion == null)
5
5
""" |The system property 'plugin.version' is not defined.
6
6
|Specify this property using the scriptedLaunchOpts -D.""" .stripMargin
7
7
)
8
- else addSbtPlugin(" com.indoorvivants.vcpkg" % """ sbt-vcpkg-native""" % pluginVersion)
8
+ else
9
+ addSbtPlugin(
10
+ " com.indoorvivants.vcpkg" % """ sbt-vcpkg-native""" % pluginVersion
11
+ )
Original file line number Diff line number Diff line change @@ -5,4 +5,7 @@ if (pluginVersion == null)
5
5
""" |The system property 'plugin.version' is not defined.
6
6
|Specify this property using the scriptedLaunchOpts -D.""" .stripMargin
7
7
)
8
- else addSbtPlugin(" com.indoorvivants.vcpkg" % """ sbt-vcpkg-native""" % pluginVersion)
8
+ else
9
+ addSbtPlugin(
10
+ " com.indoorvivants.vcpkg" % """ sbt-vcpkg-native""" % pluginVersion
11
+ )
You can’t perform that action at this time.
0 commit comments