Explorar el Código

Bump ktlint from 0.32.0 to 0.33.0 (#4079)

Bump ktlint from 0.32.0 to 0.33.0
Tobias Kaminsky hace 6 años
padre
commit
11df6db4b6
Se han modificado 1 ficheros con 1 adiciones y 1 borrados
  1. 1 1
      build.gradle

+ 1 - 1
build.gradle

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