Przeglądaj źródła

Bump ktlint from 0.33.0 to 0.34.0 (#4236)

Bump ktlint from 0.33.0 to 0.34.0
Tobias Kaminsky 5 lat temu
rodzic
commit
ee060bd576
1 zmienionych plików z 1 dodań i 1 usunięć
  1. 1 1
      build.gradle

+ 1 - 1
build.gradle

@@ -294,7 +294,7 @@ dependencies {
     compileOnly "org.projectlombok:lombok:1.18.8"
     annotationProcessor "org.projectlombok:lombok:1.18.8"
 
-    ktlint "com.pinterest:ktlint:0.33.0"
+    ktlint "com.pinterest:ktlint:0.34.0"
 
     // dependencies for local unit tests
     testImplementation 'junit:junit:4.12'