Skip to content

Commit 7c55e3c

Browse files
committed
bump org.jetbrains.kotlin to 1.6.20
1 parent a634dd2 commit 7c55e3c

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

build.gradle.kts

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -33,8 +33,8 @@ dependencies {
3333
).onEach {
3434
implementation(it) {
3535
version {
36-
strictly("[1.3,1.7)")
37-
prefer("1.6.10")
36+
strictly("[1.4,1.7)")
37+
prefer("1.6.20")
3838
}
3939
}
4040
}
@@ -82,7 +82,7 @@ dependencies {
8282
}
8383

8484
val dependencyVersions = listOf(
85-
"org.jetbrains.kotlin:kotlin-stdlib:1.6.10",
85+
"org.jetbrains.kotlin:kotlin-stdlib:1.6.20",
8686
"org.jetbrains.kotlin:kotlin-stdlib-common:1.6.20",
8787
"org.jetbrains.kotlinx:kotlinx-coroutines-core:1.6.0",
8888
"org.jetbrains.kotlinx:kotlinx-coroutines-core-jvm:1.6.0"

0 commit comments

Comments
 (0)