Skip to content
This repository has been archived by the owner on Jul 16, 2024. It is now read-only.

Bump ktlint to 0.46.0-SNAPSHOT for test #63

Closed
wants to merge 1 commit into from
Closed
Show file tree
Hide file tree
Changes from all commits
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
2 changes: 1 addition & 1 deletion gradle/libs.versions.toml
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ coil = "1.4.0"
coroutines = "1.6.0"
glide = "4.13.1"
kotlin = "1.6.10"
ktlint = "0.44.0"
ktlint = "0.46.0-SNAPSHOT"
Copy link
Owner Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

square-okHttp = "4.9.3"
square-retrofit = "2.9.0"
srl = "2.0.3"
Expand Down
1 change: 1 addition & 0 deletions settings.gradle.kts
Original file line number Diff line number Diff line change
Expand Up @@ -13,6 +13,7 @@ dependencyResolutionManagement {
mavenCentral()
maven("https://maven.aliyun.com/repository/public")
maven("https://jitpack.io")
maven("https://oss.sonatype.org/content/repositories/snapshots")
Copy link
Owner Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

}
}

Expand Down