Skip to content

Commit 3ce873d

Browse files
authored
misc: upgrade dependencies (#76)
1 parent 01987d5 commit 3ce873d

File tree

4 files changed

+8
-3
lines changed

4 files changed

+8
-3
lines changed
Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,5 @@
1+
{
2+
"id": "9746125e-3a57-412f-9c1b-6912c3920601",
3+
"type": "misc",
4+
"description": "Upgrade to Kotlin 1.9.10"
5+
}

build.gradle.kts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@ buildscript {
2323
}
2424

2525
plugins {
26-
id("org.jetbrains.kotlinx.binary-compatibility-validator") version "0.12.1"
26+
id("org.jetbrains.kotlinx.binary-compatibility-validator") version "0.13.2"
2727
}
2828

2929
allprojects {

gradle.properties

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ kotlin.mpp.stability.nowarn=true
55
sdkVersion=0.7.3-SNAPSHOT
66

77
# kotlin
8-
kotlinVersion=1.8.22
8+
kotlinVersion=1.9.10
99
coroutinesVersion=1.7.3
1010

1111
# testing/utility
Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
distributionBase=GRADLE_USER_HOME
22
distributionPath=wrapper/dists
3-
distributionUrl=https\://services.gradle.org/distributions/gradle-7.4.2-bin.zip
3+
distributionUrl=https\://services.gradle.org/distributions/gradle-7.6.3-bin.zip
44
zipStoreBase=GRADLE_USER_HOME
55
zipStorePath=wrapper/dists

0 commit comments

Comments
 (0)