Skip to content

Commit

Permalink
bumped kotlin version to 1.7.20
Browse files Browse the repository at this point in the history
  • Loading branch information
CharlieTap committed Nov 8, 2022
1 parent bf2caba commit d746fb3
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 6 deletions.
10 changes: 5 additions & 5 deletions gradle/libs.versions.toml
Original file line number Diff line number Diff line change
@@ -1,12 +1,12 @@
[versions]

kotlin = "1.7.0"
ksp = "1.7.0-1.0.6"
kotlin = "1.7.20"
ksp = "1.7.20-1.0.6"
kotlinter = "3.11.1"

kotlinx-coroutines = "1.6.1"
kotlinx-datetime = "0.3.3"
kotlinx-serialization = "1.3.3"
kotlinx-coroutines = "1.6.4"
kotlinx-datetime = "0.4.0"
kotlinx-serialization = "1.4.1"

result = "1.1.16"
uuid = "0.5.0"
Expand Down
1 change: 0 additions & 1 deletion src/commonMain/kotlin/com/tap/hlc/HybridLogicalClock.kt
Original file line number Diff line number Diff line change
Expand Up @@ -117,5 +117,4 @@ data class HybridLogicalClock(
override fun toString(): String {
return encodeToString(this)
}

}

0 comments on commit d746fb3

Please sign in to comment.