Skip to content

Commit 6489ffb

Browse files
Update Kotlin [1.6.10 -> 1.7.0], coroutines [1.6.0-RC -> 1.6.2]
1 parent 7c18c98 commit 6489ffb

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

build.gradle

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -22,8 +22,8 @@ buildscript {
2222
essentials_version = '3.1.0'
2323
junit_version = '4.13.2'
2424
mockito_version = '3.8.0'
25-
kotlin_version = '1.6.10'
26-
coroutines_version = '1.6.0-RC'
25+
kotlin_version = '1.7.0'
26+
coroutines_version = '1.6.2'
2727
dokka_version = '1.6.10'
2828

2929
println "version=$ob_version"

0 commit comments

Comments
 (0)