Skip to content

Commit 04e580a

Browse files
committed
chore: kotlin & ksp version update
1 parent f2db4fa commit 04e580a

File tree

1 file changed

+2
-2
lines changed
  • build-logic/dependencies/src/main/kotlin

1 file changed

+2
-2
lines changed

build-logic/dependencies/src/main/kotlin/Deps.kt

100644100755
Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ object Deps {
44
const val compileSdkVersion = 31
55
const val minSdkVersion = 21
66

7-
private const val kotlinVersion = "1.6.0"
7+
private const val kotlinVersion = "1.6.10"
88
private const val coroutinesVersion = "1.6.0-RC"
99
private const val serializationVersion = "1.3.1"
1010
private const val nodejsExternalsVersion = "0.0.7"
@@ -33,7 +33,7 @@ object Deps {
3333

3434
private const val kdsVer = "1.1.0"
3535
private const val scriptKtVer = "0.0.2"
36-
private const val kspVersion = "1.6.0-1.0.1"
36+
private const val kspVersion = "1.6.10-1.0.4"
3737

3838
object Libs {
3939

0 commit comments

Comments
 (0)