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
77import org.gradle.plugin.use.PluginDependencySpec
88
99const val ktlintVersion = " 1.0.0"
10- const val kotlinVersion = " 2.0.20 "
10+ const val kotlinVersion = " 2.0.21 "
1111
1212object appConfig {
1313 const val applicationId = " com.hoc.flowmvi"
@@ -90,7 +90,7 @@ object deps {
9090 }
9191 }
9292
93- const val mockk = " io.mockk:mockk:1.13.12 "
93+ const val mockk = " io.mockk:mockk:1.13.13 "
9494 const val kotlinJUnit = " org.jetbrains.kotlin:kotlin-test-junit:$kotlinVersion "
9595 }
9696}
Original file line number Diff line number Diff line change 11[versions ]
22ktlint = " 1.0.0"
3- kotlin = " 2.0.20 "
3+ kotlin = " 2.0.21 "
44androidx-lifecycle = " 2.8.6"
55squareup-retrofit = " 2.11.0"
66squareup-logging-interceptor = " 4.12.0"
@@ -17,7 +17,7 @@ junit = "4.13.2"
1717androidx-test-core = " 1.6.1"
1818androidx-test-junit = " 1.2.1"
1919espresso-core = " 3.6.1"
20- mockk = " 1.13.12 "
20+ mockk = " 1.13.13 "
2121
2222[libraries ]
2323androidx-app-compat = { group = " androidx.appcompat" , name = " appcompat" , version.ref = " androidx-app-compat" }
You can’t perform that action at this time.
0 commit comments