Skip to content

Commit

Permalink
Update dependencies
Browse files Browse the repository at this point in the history
  • Loading branch information
leinardi committed Sep 5, 2023
1 parent 5bd1ac4 commit e47f2d8
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 4 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -24,9 +24,6 @@ plugins {
val libs = the<LibrariesForLibs>()

spotless {
// https://github.com/diffplug/spotless/issues/1644
lineEndings = LineEnding.PLATFORM_NATIVE // or any other except GIT_ATTRIBUTES

kotlin {
target("**/*.kt")
targetExclude("**/build/**/*.kt")
Expand Down
2 changes: 1 addition & 1 deletion gradle/libs.versions.toml
Original file line number Diff line number Diff line change
Expand Up @@ -169,7 +169,7 @@ plugin-hilt = { module = "com.google.dagger:hilt-android-gradle-plugin", version
plugin-kotlin = { module = "org.jetbrains.kotlin:kotlin-gradle-plugin", version.ref = "kotlin" }
plugin-ksp = { module = "com.google.devtools.ksp:com.google.devtools.ksp.gradle.plugin", version.ref = "ksp" }
plugin-ruler = "com.spotify.ruler:ruler-gradle-plugin:1.3.0"
plugin-spotless = "com.diffplug.spotless:spotless-plugin-gradle:6.19.0"
plugin-spotless = "com.diffplug.spotless:spotless-plugin-gradle:6.21.0"
plugin-versions = "com.github.ben-manes:gradle-versions-plugin:0.47.0"
plugin-versions-update = "nl.littlerobots.vcu:plugin:0.8.0"
plugin-violation = "se.bjurr.violations:violation-comments-to-github-gradle-plugin:1.70.0"
Expand Down

0 comments on commit e47f2d8

Please sign in to comment.