Skip to content

Commit

Permalink
Update dependencies (#47)
Browse files Browse the repository at this point in the history
  • Loading branch information
boswelja authored Feb 3, 2024
1 parent 9dcf172 commit 5898e73
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
6 changes: 3 additions & 3 deletions gradle/libs.versions.toml
Original file line number Diff line number Diff line change
@@ -1,10 +1,10 @@
[versions]
android-gradle-plugin = "8.2.1"
android-gradle-plugin = "8.2.2"
detekt = "1.23.4"
kotlin = "1.9.21"
kotlin = "1.9.22"
dokka = "1.9.10"

compose = "1.5.11"
compose = "1.5.12"

[libraries]
kotlin-test = { group = "org.jetbrains.kotlin", name = "kotlin-test" }
Expand Down
2 changes: 1 addition & 1 deletion gradle/wrapper/gradle-wrapper.properties
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
#Sat Sep 16 15:35:32 NZST 2023
distributionBase=GRADLE_USER_HOME
distributionPath=wrapper/dists
distributionUrl=https\://services.gradle.org/distributions/gradle-8.5-bin.zip
distributionUrl=https\://services.gradle.org/distributions/gradle-8.6-bin.zip
zipStoreBase=GRADLE_USER_HOME
zipStorePath=wrapper/dists

0 comments on commit 5898e73

Please sign in to comment.