11[versions ]
2- nibel = " 1.0.1 "
2+ nibel = " 1.0.4 "
33androidGradlePlugin = " 7.4.2"
44composeCompiler = " 1.4.7"
55kotlin = " 1.8.21"
66ksp = " 1.8.21-1.0.11"
7- autoService = " 1.0 .1"
8- autoServiceKsp = " 1.0 .0"
9- dagger = " 2.46.1 "
10- lifecycle = " 2.6.1 "
11- dokka = " 1.8 .20"
12- mavenPublish = " 0.25.3 "
7+ autoService = " 1.1 .1"
8+ autoServiceKsp = " 1.2 .0"
9+ dagger = " 2.57 "
10+ lifecycle = " 2.9.2 "
11+ dokka = " 1.9 .20"
12+ mavenPublish = " 0.34.0 "
1313nibelConventionPlugin = " ignored"
1414
1515[libraries ]
1616# ===== Nibel =====
1717nibel-runtime = { module = " com.openturo.nibel:nibel-runtime" , version.ref = " nibel" }
1818nibel-compiler = { module = " com.openturo.nibel:nibel-compiler" , version.ref = " nibel" }
1919# ===== BOM =====
20- bom-androidx-compose = " androidx.compose:compose-bom:2023.04 .01"
20+ bom-androidx-compose = " androidx.compose:compose-bom:2023.10 .01"
2121bom-kotlin = { module = " org.jetbrains.kotlin:kotlin-bom" , version.ref = " kotlin" }
2222# ===== Android X =====
23- androidx-core = " androidx.core:core-ktx:1.10.1 "
23+ androidx-core = " androidx.core:core-ktx:1.16.0 "
2424androidx-lifecycle = { module = " androidx.lifecycle:lifecycle-runtime-ktx" , version.ref = " lifecycle" }
25- androidx-fragment = " androidx.fragment:fragment-ktx:1.6.0 "
26- androidx-material3 = " com.google.android.material:material:1.9 .0"
27- androidx-appcompat = " androidx.appcompat:appcompat:1.6 .1"
28- androidx-recyclerview = " androidx.recyclerview:recyclerview:1.3 .0"
25+ androidx-fragment = " androidx.fragment:fragment-ktx:1.8.8 "
26+ androidx-material3 = " com.google.android.material:material:1.12 .0"
27+ androidx-appcompat = " androidx.appcompat:appcompat:1.7 .1"
28+ androidx-recyclerview = " androidx.recyclerview:recyclerview:1.4 .0"
2929# ===== Jetpack Compose =====
3030androidx-compose-runtime = { module = " androidx.compose.runtime:runtime" }
3131androidx-compose-foundation = { module = " androidx.compose.foundation:foundation" }
3232androidx-compose-ui-tooling = { module = " androidx.compose.ui:ui-tooling" }
3333androidx-compose-ui-tooling-preview = { module = " androidx.compose.ui:ui-tooling-preview" }
3434androidx-compose-material3 = { module = " androidx.compose.material3:material3" }
35- androidx-compose-activity = " androidx.activity:activity-compose:1.7.2 "
35+ androidx-compose-activity = " androidx.activity:activity-compose:1.10.1 "
3636androidx-compose-lifecycle-viewModel = { module = " androidx.lifecycle:lifecycle-viewmodel-compose" , version.ref = " lifecycle" }
3737androidx-compose-lifecycle-runtime = { module = " androidx.lifecycle:lifecycle-runtime-compose" , version.ref = " lifecycle" }
38- androidx-compose-navigation = " androidx.navigation:navigation-compose:2.6.0 "
39- androidx-compose-navigation-hilt = " androidx.hilt:hilt-navigation-compose:1.0 .0"
38+ androidx-compose-navigation = " androidx.navigation:navigation-compose:2.9.3 "
39+ androidx-compose-navigation-hilt = " androidx.hilt:hilt-navigation-compose:1.2 .0"
4040# ===== Dagger =====
4141hilt-android = { module = " com.google.dagger:hilt-android" , version.ref = " dagger" }
4242hilt-android-compiler = { module = " com.google.dagger:hilt-android-compiler" , version.ref = " dagger" }
@@ -45,10 +45,10 @@ ksp-api = { module = "com.google.devtools.ksp:symbol-processing-api", version.re
4545autoService-ksp = { group = " dev.zacsweers.autoservice" , name = " auto-service-ksp" , version.ref = " autoServiceKsp" }
4646autoService-annotations = { group = " com.google.auto.service" , name = " auto-service-annotations" , version.ref = " autoService" }
4747# ===== Serialization =====
48- gson = " com.google.code.gson:gson:2.10 .1"
48+ gson = " com.google.code.gson:gson:2.13 .1"
4949# ===== Tests =====
50- junit = " junit:junit:4.12 "
51- kotest-assertions = " io.kotest:kotest-assertions-core:5.6.2 "
50+ junit = " junit:junit:4.13.2 "
51+ kotest-assertions = " io.kotest:kotest-assertions-core:5.9.1 "
5252# ===== Gradle plugins =====
5353gradlePlugin-android = { module = " com.android.tools.build:gradle" , version.ref = " androidGradlePlugin" }
5454gradlePlugin-android-api = { module = " com.android.tools.build:gradle-api" , version.ref = " androidGradlePlugin" }
0 commit comments