Skip to content

Commit

Permalink
chore: kotlin & ksp version update
Browse files Browse the repository at this point in the history
  • Loading branch information
y9vad9 committed Mar 1, 2022
1 parent f2db4fa commit 04e580a
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions build-logic/dependencies/src/main/kotlin/Deps.kt
100644 → 100755
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ object Deps {
const val compileSdkVersion = 31
const val minSdkVersion = 21

private const val kotlinVersion = "1.6.0"
private const val kotlinVersion = "1.6.10"
private const val coroutinesVersion = "1.6.0-RC"
private const val serializationVersion = "1.3.1"
private const val nodejsExternalsVersion = "0.0.7"
Expand Down Expand Up @@ -33,7 +33,7 @@ object Deps {

private const val kdsVer = "1.1.0"
private const val scriptKtVer = "0.0.2"
private const val kspVersion = "1.6.0-1.0.1"
private const val kspVersion = "1.6.10-1.0.4"

object Libs {

Expand Down

0 comments on commit 04e580a

Please sign in to comment.