File tree Expand file tree Collapse file tree 2 files changed +11
-10
lines changed Expand file tree Collapse file tree 2 files changed +11
-10
lines changed Original file line number Diff line number Diff line change @@ -4,22 +4,22 @@ kotlin = "2.1.10"
44java = " 21"
55
66# Libraries
7- kmp-serialization = " 1.8.0 "
7+ kmp-serialization = " 1.8.1 "
88gradle-publish = " 1.3.1"
99detekt = " 1.23.8"
1010detekt-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 "
1515intellij-jewel = " 0.25.0"
1616kmp-immutable = " 0.3.8"
1717kmp-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 ]
2525detekt-formatting = { module = " io.gitlab.arturbosch.detekt:detekt-formatting" , version.ref = " detekt" }
Original file line number Diff line number Diff 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 }
You can’t perform that action at this time.
0 commit comments