Skip to content

Commit b2afb8c

Browse files
Merge pull request #48 from gerardorodriguezdev/fix-compability-issues
Updates dependencies and versions
2 parents 72b51d2 + fb89e85 commit b2afb8c

File tree

2 files changed

+11
-10
lines changed

2 files changed

+11
-10
lines changed

gradle/libs.versions.toml

Lines changed: 8 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -4,22 +4,22 @@ kotlin = "2.1.10"
44
java = "21"
55

66
# Libraries
7-
kmp-serialization = "1.8.0"
7+
kmp-serialization = "1.8.1"
88
gradle-publish = "1.3.1"
99
detekt = "1.23.8"
1010
detekt-compose = "0.4.22"
11-
maven-publish = "0.30.0"
12-
intellij = "2.3.0"
13-
kmp-compose = "1.7.3"
14-
kmp-coroutines = "1.10.1"
11+
maven-publish = "0.31.0"
12+
intellij = "2.5.0"
13+
kmp-compose = "1.8.0"
14+
kmp-coroutines = "1.10.2"
1515
intellij-jewel = "0.25.0"
1616
kmp-immutable = "0.3.8"
1717
kmp-binary-compability-validator = "0.17.0"
18-
kmp-arrow = "2.0.1"
19-
jvm-test-parameterized = "5.12.1"
18+
kmp-arrow = "2.1.1"
19+
jvm-test-parameterized = "5.12.2"
2020

2121
# Releases
22-
release = "1.0.12"
22+
release = "1.0.13"
2323

2424
[libraries]
2525
detekt-formatting = { module = "io.gitlab.arturbosch.detekt:detekt-formatting", version.ref = "detekt" }

intellij-plugin/plugin/build.gradle.kts

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -68,9 +68,10 @@ kotlin {
6868
testImplementation(libs.kmp.test.coroutines)
6969

7070
intellijPlatform {
71-
intellijIdeaCommunity("2024.2.1")
71+
intellijIdeaCommunity("2024.3")
7272

7373
bundledPlugin("org.jetbrains.kotlin")
74+
bundledPlugin("com.intellij.modules.json")
7475

7576
pluginVerifier()
7677
zipSigner()
@@ -86,7 +87,7 @@ intellijPlatform {
8687
version = libs.versions.release.get()
8788

8889
ideaVersion {
89-
sinceBuild = "242"
90+
sinceBuild = "243"
9091
untilBuild = "252.*"
9192
}
9293
}

0 commit comments

Comments
 (0)