Skip to content

Commit

Permalink
Merge pull request #68 from JoelKanyi/update_all_non_major_dependencies
Browse files Browse the repository at this point in the history
update all non major dependencies
  • Loading branch information
joelkanyi authored Oct 31, 2023
2 parents a3bfd9f + 2718707 commit c54093c
Show file tree
Hide file tree
Showing 4 changed files with 76 additions and 99 deletions.
14 changes: 6 additions & 8 deletions gradle/libs.versions.toml
Original file line number Diff line number Diff line change
@@ -1,13 +1,12 @@
[versions]
componentsResources = "1.5.3"
core = "1.12.0"
koalaplotCore = "0.4.0-dev1"
korau = "4.0.6"
koalaplotCore = "0.4.0"
kotlin = "1.9.10"
gradle = "8.1.2"
kotlinxCoroutinesSwing = "1.7.3"
detekt = "1.19.0"
gradleVersionUpdate = "0.46.0"
detekt = "1.23.1"
gradleVersionUpdate = "0.49.0"
koinCore = "3.5.0"
koinAndroid = "3.5.0"
kotlinxSerializationJson = "1.6.0"
Expand All @@ -16,15 +15,15 @@ material3WindowSizeClassMultiplatform = "0.3.1"
napier = "2.6.1"
sqlDelight = "2.0.0"
multiplatformSettings = "1.1.0"
compose = "1.5.10-beta01"
compose = "1.5.10-rc02"
core-library-desugaring = "2.0.3"
toast4j = "0.2.0"
voyager = "1.0.0-rc07"
voyager = "1.0.0-rc08"
compose-activity = "1.8.0"
koin-compose = "1.1.0"
spotless = "5.17.1"
ktlint = "11.6.1"
accompanist-systemUIController = "0.30.1"
accompanist-systemUIController = "0.32.0"
annotationJvm = "1.7.0"

[plugins]
Expand All @@ -48,7 +47,6 @@ core = { module = "androidx.core:core", version.ref = "core" }
koalaplot-core = { module = "io.github.koalaplot:koalaplot-core", version.ref = "koalaplotCore" }
koin-core = { module = "io.insert-koin:koin-core", version.ref = "koinCore" }
koin-compose = { module = "io.insert-koin:koin-compose", version.ref = "koin-compose"}
korau = { module = "com.soywiz.korlibs.korau:korau", version.ref = "korau" }
kotlinx-coroutines-swing = { module = "org.jetbrains.kotlinx:kotlinx-coroutines-swing", version.ref = "kotlinxCoroutinesSwing" }
kotlinX-serializationJson = { module = "org.jetbrains.kotlinx:kotlinx-serialization-core", version.ref = "kotlinxSerializationJson" }
material3-window-size-multiplatform = { module = "dev.chrisbanes.material3:material3-window-size-class-multiplatform", version.ref = "material3WindowSizeClassMultiplatform" }
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 @@
#Fri Aug 18 22:40:35 EAT 2023
distributionBase=GRADLE_USER_HOME
distributionPath=wrapper/dists
distributionUrl=https\://services.gradle.org/distributions/gradle-8.1-bin.zip
distributionUrl=https\://services.gradle.org/distributions/gradle-8.4-bin.zip
zipStoreBase=GRADLE_USER_HOME
zipStorePath=wrapper/dists
158 changes: 69 additions & 89 deletions ios/Pods/Pods.xcodeproj/project.pbxproj

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

1 change: 0 additions & 1 deletion shared/build.gradle.kts
Original file line number Diff line number Diff line change
Expand Up @@ -103,7 +103,6 @@ kotlin {
implementation(libs.kotlinX.dateTime)
implementation(libs.koalaplot.core)

implementation(libs.korau)
implementation(libs.stdlib)
}
}
Expand Down

0 comments on commit c54093c

Please sign in to comment.