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 11/*
2- * Copyright 2022-2024 DiffPlug
2+ * Copyright 2022-2025 DiffPlug
33 *
44 * Licensed under the Apache License, Version 2.0 (the "License");
55 * you may not use this file except in compliance with the License.
@@ -53,8 +53,8 @@ public ScalafmtFormatterFunc(FileSignature configSignature) throws Exception {
5353 String scalafmtLibraryVersion = Versions .version ();
5454 if (!config .version ().equals (scalafmtLibraryVersion )) {
5555 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." );
5858 }
5959 }
6060
You can’t perform that action at this time.
0 commit comments