Skip to content

Commit c81a28f

Browse files
chore(deps): update detekt to v1.23.0 (#75)
Co-authored-by: Peter Trifanov <peter.trifanov@gmail.com>
1 parent 3ccc815 commit c81a28f

File tree

2 files changed

+1
-2
lines changed

2 files changed

+1
-2
lines changed

gradle/libs.versions.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
[versions]
22
kotlin = "1.8.21"
33
junit = "5.9.3"
4-
detekt = "1.22.0"
4+
detekt = "1.23.0"
55

66
[plugins]
77
kotlin-multiplatform = { id = "org.jetbrains.kotlin.multiplatform", version.ref = "kotlin" }

src/commonMain/kotlin/io/github/petertrr/diffutils/patch/VerifyChunk.kt

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -22,5 +22,4 @@ public enum class VerifyChunk {
2222
OK,
2323
POSITION_OUT_OF_TARGET,
2424
CONTENT_DOES_NOT_MATCH_TARGET,
25-
;
2625
}

0 commit comments

Comments
 (0)