File tree Expand file tree Collapse file tree 1 file changed +3
-3
lines changed
lib/src/scalafmt/java/com/diffplug/spotless/glue/scalafmt Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Original file line number Diff line number Diff line change 1
1
/*
2
- * Copyright 2022-2024 DiffPlug
2
+ * Copyright 2022-2025 DiffPlug
3
3
*
4
4
* Licensed under the Apache License, Version 2.0 (the "License");
5
5
* you may not use this file except in compliance with the License.
@@ -53,8 +53,8 @@ public ScalafmtFormatterFunc(FileSignature configSignature) throws Exception {
53
53
String scalafmtLibraryVersion = Versions .version ();
54
54
if (!config .version ().equals (scalafmtLibraryVersion )) {
55
55
throw new IllegalArgumentException (
56
- "Spotless is using " + scalafmtLibraryVersion + " but the config file declares " + config .version () +
57
- ". Both must match. Update the version declared in the plugin's settings and/or the config file." );
56
+ "Spotless is using " + scalafmtLibraryVersion + " but the config file declares " + config .version () +
57
+ ". Both must match. Update the version declared in the plugin's settings and/or the config file." );
58
58
}
59
59
}
60
60
You can’t perform that action at this time.
0 commit comments