File tree Expand file tree Collapse file tree 2 files changed +4
-4
lines changed Expand file tree Collapse file tree 2 files changed +4
-4
lines changed Original file line number Diff line number Diff line change @@ -7,7 +7,7 @@ import org.gradle.plugin.use.PluginDependenciesSpec
7
7
import org.gradle.plugin.use.PluginDependencySpec
8
8
9
9
const val ktlintVersion = " 1.0.0"
10
- const val kotlinVersion = " 2.0.20 "
10
+ const val kotlinVersion = " 2.0.21 "
11
11
12
12
object appConfig {
13
13
const val applicationId = " com.hoc.flowmvi"
@@ -90,7 +90,7 @@ object deps {
90
90
}
91
91
}
92
92
93
- const val mockk = " io.mockk:mockk:1.13.12 "
93
+ const val mockk = " io.mockk:mockk:1.13.13 "
94
94
const val kotlinJUnit = " org.jetbrains.kotlin:kotlin-test-junit:$kotlinVersion "
95
95
}
96
96
}
Original file line number Diff line number Diff line change 1
1
[versions ]
2
2
ktlint = " 1.0.0"
3
- kotlin = " 2.0.20 "
3
+ kotlin = " 2.0.21 "
4
4
androidx-lifecycle = " 2.8.6"
5
5
squareup-retrofit = " 2.11.0"
6
6
squareup-logging-interceptor = " 4.12.0"
@@ -17,7 +17,7 @@ junit = "4.13.2"
17
17
androidx-test-core = " 1.6.1"
18
18
androidx-test-junit = " 1.2.1"
19
19
espresso-core = " 3.6.1"
20
- mockk = " 1.13.12 "
20
+ mockk = " 1.13.13 "
21
21
22
22
[libraries ]
23
23
androidx-app-compat = { group = " androidx.appcompat" , name = " appcompat" , version.ref = " androidx-app-compat" }
You can’t perform that action at this time.
0 commit comments