Explorar o código

Bump ktlint from 0.34.0 to 0.34.1 (#4252)

Bump ktlint from 0.34.0 to 0.34.1
Tobias Kaminsky %!s(int64=5) %!d(string=hai) anos
pai
achega
10644635c5
Modificáronse 1 ficheiros con 1 adicións e 1 borrados
  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.34.0"
+    ktlint "com.pinterest:ktlint:0.34.1"
 
     // dependencies for local unit tests
     testImplementation 'junit:junit:4.12'