Skip to content

Commit

Permalink
update versions
Browse files Browse the repository at this point in the history
  • Loading branch information
avan1235 committed Mar 15, 2024
1 parent 0c583ec commit f644fab
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
Expand Up @@ -4,20 +4,20 @@ android-compileSdk = "34"
android-minSdk = "26"
android-targetSdk = "34"
androidx-activityCompose = "1.8.2"
jetbrains-compose = "1.6.0"
jetbrains-compose = "1.6.1"
exposed = "0.47.0"
kotlin = "1.9.22"
kotlin = "1.9.23"
ktor-server = "2.3.9"
ktor-client = "3.0.0-wasm2"
koin = "3.6.0-wasm-alpha2"
kotlinxDatetime = "0.6.0-RC.2"
kotlinxCoroutines = "1.8.0"
kotlinxSerialization = "1.6.3"
procyk-compose = "1.6.0.1"
logback = "1.4.14"
procyk-compose = "1.6.1.0"
logback = "1.5.3"
postgres = "42.7.1"
dotenv = "6.4.1"
decompose = "3.0.0-alpha07"
decompose = "3.0.0-alpha09"
essenty = "2.0.0-alpha07"
dotenvGradle = "4.0.0"
buildKonfig = "0.15.1"
Expand Down
1 change: 0 additions & 1 deletion settings.gradle.kts
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,6 @@ dependencyResolutionManagement {
mavenCentral()
maven("https://maven.pkg.jetbrains.space/public/p/compose/dev")
maven("https://maven.pkg.jetbrains.space/kotlin/p/wasm/experimental")
mavenLocal()
}
}

Expand Down

0 comments on commit f644fab

Please sign in to comment.