Skip to content

Commit e02a8be

Browse files
committed
Fixes
1 parent f5aa5cd commit e02a8be

File tree

2 files changed

+8
-8
lines changed

2 files changed

+8
-8
lines changed

examples/dagger/WORKSPACE

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -64,11 +64,11 @@ load("@rules_jvm_external//:defs.bzl", "maven_install")
6464
maven_install(
6565
name = "maven_rules_kotlin_example",
6666
artifacts = [
67-
"com.google.dagger:dagger:2.51.1",
68-
"com.google.dagger:dagger-compiler:2.51.1",
69-
"com.google.dagger:dagger-producers:2.51.1",
67+
"com.google.dagger:dagger:2.56.2",
68+
"com.google.dagger:dagger-compiler:2.56.2",
69+
"com.google.dagger:dagger-producers:2.56.2",
7070
"javax.inject:javax.inject:1",
71-
"org.jetbrains.kotlinx:kotlinx-coroutines-core:1.4.2",
71+
"org.jetbrains.kotlinx:kotlinx-coroutines-core:1.10.2",
7272
],
7373
repositories = [
7474
"https://repo1.maven.org/maven2",

examples/jetpack_compose/WORKSPACE

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -94,8 +94,8 @@ KOTLINC_RELEASE = versions.KOTLIN_CURRENT_COMPILER_RELEASE
9494

9595
kotlin_repositories(
9696
compiler_release = kotlinc_version(
97-
release = "2.0.0",
98-
sha256 = "ef578730976154fd2c5968d75af8c2703b3de84a78dffe913f670326e149da3b",
97+
release = "2.1.20",
98+
sha256 = "a118197b0de55ffab2bc8d5cd03a5e39033cfb53383d6931bc761dec0784891a",
9999
) if KOTLINC_RELEASE.version == "1.9.22" else kotlinc_version(
100100
release = KOTLINC_RELEASE.version,
101101
sha256 = KOTLINC_RELEASE.sha256,
@@ -119,8 +119,8 @@ KOTLIN_TO_COMPOSE = {
119119
"androidx.compose.ui:ui-tooling:1.2.1",
120120
"androidx.compose.runtime:runtime:1.2.1",
121121
],
122-
"2.1.0": [
123-
"org.jetbrains.kotlin:kotlin-compose-compiler-plugin-embeddable:2.1.0",
122+
"2.1.20": [
123+
"org.jetbrains.kotlin:kotlin-compose-compiler-plugin-embeddable:2.1.20",
124124
"androidx.core:core-ktx:1.15.0",
125125
"androidx.appcompat:appcompat:1.7.0",
126126
"androidx.activity:activity-compose:1.7.0",

0 commit comments

Comments
 (0)