Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Update dependency com.pinterest.ktlint:ktlint-cli to v1.5.0 #372

Open
wants to merge 2 commits into
base: trunk
Choose a base branch
from
Open
Changes from 1 commit
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Next Next commit
Update dependency com.pinterest.ktlint:ktlint-cli to v1.5.0
renovate[bot] authored Jan 30, 2025

Verified

This commit was signed with the committer’s verified signature.
ericywl Eric
commit 895e9c58bed8d9ab7cf0b1858b4800c98ed32443
2 changes: 1 addition & 1 deletion gradle/libs.versions.toml
Original file line number Diff line number Diff line change
@@ -16,7 +16,7 @@ maven-modelBuilder = "org.apache.maven:maven-model-builder:3.9.9"

androidx-gradlePluginLints = "androidx.lint:lint-gradle:1.0.0-alpha03"
# Dummy to get renovate updates, the version is used in rootProject build.gradle with spotless.
ktlint = "com.pinterest.ktlint:ktlint-cli:1.3.1"
ktlint = "com.pinterest.ktlint:ktlint-cli:1.5.0"

kotlinpoet = "com.squareup:kotlinpoet:2.0.0"