Skip to content

Commit

Permalink
Dependency updates
Browse files Browse the repository at this point in the history
  • Loading branch information
bjsvedin committed Aug 26, 2023
1 parent 65f506c commit cdaebbd
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion client/build.gradle.kts
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ plugins {
}

val kotlinVersion: String by project
val rxPlusVersion = "1.0.5"
val rxPlusVersion = "1.0.6"
val khrysalisVersion: String by project
dependencies {
api(project(":shared"))
Expand Down
2 changes: 1 addition & 1 deletion gradle.properties
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
kotlin.code.style=official
kotlinVersion=1.7.10
kspVersion=1.7.10-1.0.6
khrysalisVersion=master-SNAPSHOT
khrysalisVersion=1.0.5
ktorVersion=2.1.2
coroutinesVersion=1.6.4

0 comments on commit cdaebbd

Please sign in to comment.