Skip to content

Commit

Permalink
Merge branch 'main' into serras/optics-compose
Browse files Browse the repository at this point in the history
  • Loading branch information
serras authored Dec 11, 2023
2 parents 0947c3a + e0905d2 commit 24f9d79
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions gradle/libs.versions.toml
Original file line number Diff line number Diff line change
Expand Up @@ -15,13 +15,13 @@ kotlin = "1.9.21"
kotlinxSerializationPlugin = "1.9.21"
kotlinBinaryCompatibilityValidator = "0.13.2"
kotlinCompileTesting = "1.5.0"
knit = "0.4.0"
knit = "0.5.0"
kspVersion = "1.9.21-1.0.15"
kotlinxSerialization = "1.6.2"
mockWebServer = "4.12.0"
retrofit = "2.9.0"
retrofitKotlinxSerialization = "1.0.0"
spotlessVersion = "6.23.2"
spotlessVersion = "6.23.3"
compose = "1.5.4"
composePlugin = "1.5.11"
agp = "8.2.0"
Expand Down
2 changes: 1 addition & 1 deletion settings.gradle.kts
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ pluginManagement {
}

plugins {
id("com.gradle.enterprise") version "3.15.1"
id("com.gradle.enterprise") version "3.16"
id("org.gradle.toolchains.foojay-resolver-convention") version("0.7.0")
}

Expand Down

0 comments on commit 24f9d79

Please sign in to comment.