File tree Expand file tree Collapse file tree 2 files changed +8
-8
lines changed Expand file tree Collapse file tree 2 files changed +8
-8
lines changed Original file line number Diff line number Diff line change @@ -64,11 +64,11 @@ load("@rules_jvm_external//:defs.bzl", "maven_install")
64
64
maven_install (
65
65
name = "maven_rules_kotlin_example" ,
66
66
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 " ,
70
70
"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" ,
72
72
],
73
73
repositories = [
74
74
"https://repo1.maven.org/maven2" ,
Original file line number Diff line number Diff line change @@ -94,8 +94,8 @@ KOTLINC_RELEASE = versions.KOTLIN_CURRENT_COMPILER_RELEASE
94
94
95
95
kotlin_repositories (
96
96
compiler_release = kotlinc_version (
97
- release = "2.0.0 " ,
98
- sha256 = "ef578730976154fd2c5968d75af8c2703b3de84a78dffe913f670326e149da3b " ,
97
+ release = "2.1.20 " ,
98
+ sha256 = "a118197b0de55ffab2bc8d5cd03a5e39033cfb53383d6931bc761dec0784891a " ,
99
99
) if KOTLINC_RELEASE .version == "1.9.22" else kotlinc_version (
100
100
release = KOTLINC_RELEASE .version ,
101
101
sha256 = KOTLINC_RELEASE .sha256 ,
@@ -119,8 +119,8 @@ KOTLIN_TO_COMPOSE = {
119
119
"androidx.compose.ui:ui-tooling:1.2.1" ,
120
120
"androidx.compose.runtime:runtime:1.2.1" ,
121
121
],
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 " ,
124
124
"androidx.core:core-ktx:1.15.0" ,
125
125
"androidx.appcompat:appcompat:1.7.0" ,
126
126
"androidx.activity:activity-compose:1.7.0" ,
You can’t perform that action at this time.
0 commit comments