We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 47017ac commit a50c90cCopy full SHA for a50c90c
plugin-maven/src/test/java/com/diffplug/spotless/maven/kotlin/KtfmtTest.java
@@ -65,7 +65,7 @@ void testKtfmtWithMaxWidthOption() throws Exception {
65
66
@Test
67
void testKtfmtStyleWithMaxWidthOption() throws Exception {
68
- writePomWithKotlinSteps("<ktfmt><version>0.17</version><style>DROPBOX</style><maxWidth>120</maxWidth></ktfmt>");
+ writePomWithKotlinSteps("<ktfmt><version>0.50</version><style>DROPBOX</style><maxWidth>120</maxWidth></ktfmt>");
69
70
setFile("src/main/kotlin/main.kt").toResource("kotlin/ktfmt/max-width.dirty");
71
mavenRunner().withArguments("spotless:apply").runNoError();
0 commit comments