Skip to content

Commit

Permalink
upgrade version
Browse files Browse the repository at this point in the history
  • Loading branch information
avan1235 committed Feb 27, 2024
1 parent f6edd05 commit c18c111
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 4 deletions.
1 change: 1 addition & 0 deletions .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -15,3 +15,4 @@ captures
!*.xcodeproj/project.xcworkspace/
!*.xcworkspace/contents.xcworkspacedata
**/xcshareddata/WorkspaceSettings.xcsettings
.kotlin
1 change: 0 additions & 1 deletion composeApp/build.gradle.kts
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,6 @@ kotlin {
}
}
binaries.executable()
applyBinaryen()
}

androidTarget {
Expand Down
6 changes: 3 additions & 3 deletions gradle/libs.versions.toml
Original file line number Diff line number Diff line change
Expand Up @@ -4,13 +4,13 @@ android-compileSdk = "34"
android-minSdk = "26"
android-targetSdk = "34"
androidx-activityCompose = "1.8.2"
jetbrains-compose = "1.6.0-rc02"
jetbrains-compose = "1.6.0-rc03"
exposed = "0.47.0"
kotlin = "1.9.22"
kotlin = "2.0.0-Beta4"
ktor-server = "2.3.8"
ktor-client = "3.0.0-wasm2"
koin = "3.6.0-wasm-alpha2"
procyk-compose = "1.6.0-rc02.0"
procyk-compose = "1.6.0-rc03.0"
logback = "1.4.14"
postgres = "42.7.1"
dotenv = "6.4.1"
Expand Down

0 comments on commit c18c111

Please sign in to comment.