Skip to content

Commit

Permalink
Update Spotless/ktlint
Browse files Browse the repository at this point in the history
  • Loading branch information
renovate[bot] committed Jul 18, 2023
1 parent f2952d8 commit e7e5c24
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions gradle/libs.versions.toml
Original file line number Diff line number Diff line change
Expand Up @@ -38,11 +38,11 @@ kotlin-test = { module = "org.jetbrains.kotlin:kotlin-test", version.ref = "kotl
kotlinx-coroutines-core = { module = "org.jetbrains.kotlinx:kotlinx-coroutines-core", version.ref = "coroutine" }
kotlinx-coroutines-test = { module = "org.jetbrains.kotlinx:kotlinx-coroutines-test", version.ref = "coroutine" }

ktlint = "com.pinterest:ktlint:0.49.1"
ktlint = "com.pinterest:ktlint:0.50.0"

maven-publish-plugin = { module = "com.vanniktech:gradle-maven-publish-plugin", version = "0.25.3" }

spotless-plugin = { module = "com.diffplug.spotless:spotless-plugin-gradle", version = "6.19.0" }
spotless-plugin = { module = "com.diffplug.spotless:spotless-plugin-gradle", version = "6.20.0" }

squareup-okhttp-client = { module = "com.squareup.okhttp3:okhttp", version.ref = "squareup-okhttp" }
squareup-okhttp-logging-interceptor = { module = "com.squareup.okhttp3:logging-interceptor", version.ref = "squareup-okhttp" }
Expand Down

0 comments on commit e7e5c24

Please sign in to comment.