We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent f2db4fa commit 04e580aCopy full SHA for 04e580a
build-logic/dependencies/src/main/kotlin/Deps.kt
100644
100755
@@ -4,7 +4,7 @@ object Deps {
4
const val compileSdkVersion = 31
5
const val minSdkVersion = 21
6
7
- private const val kotlinVersion = "1.6.0"
+ private const val kotlinVersion = "1.6.10"
8
private const val coroutinesVersion = "1.6.0-RC"
9
private const val serializationVersion = "1.3.1"
10
private const val nodejsExternalsVersion = "0.0.7"
@@ -33,7 +33,7 @@ object Deps {
33
34
private const val kdsVer = "1.1.0"
35
private const val scriptKtVer = "0.0.2"
36
- private const val kspVersion = "1.6.0-1.0.1"
+ private const val kspVersion = "1.6.10-1.0.4"
37
38
object Libs {
39
0 commit comments