Skip to content

Commit 2283319

Browse files
fix(deps): update all dependencies to v1.9.23
| datasource | package | from | to | | ---------- | ----------------------------------------- | ------ | ------ | | maven | org.jetbrains.kotlin:kotlin-gradle-plugin | 1.9.22 | 1.9.23 | | maven | org.jetbrains.kotlin:kotlin-test-junit | 1.9.22 | 1.9.23 |
1 parent 7fdedc7 commit 2283319

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

buildSrc/src/main/kotlin/deps.kt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@ import org.gradle.plugin.use.PluginDependenciesSpec
77
import org.gradle.plugin.use.PluginDependencySpec
88

99
const val ktlintVersion = "1.0.0"
10-
const val kotlinVersion = "1.9.22"
10+
const val kotlinVersion = "1.9.23"
1111

1212
object appConfig {
1313
const val applicationId = "com.hoc.flowmvi"

0 commit comments

Comments
 (0)