-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy pathlibs.versions.toml
25 lines (22 loc) · 970 Bytes
/
libs.versions.toml
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
[versions]
# libraries
junit = "4.13.2"
kotlinSerialization = "1.8.0"
# plugins
changelog = "2.2.1"
# TODO remove snapshot after release
intelliJPlatform = "2.2.2-SNAPSHOT"
kotlin = "1.9.25"
kover = "0.8.3"
qodana = "2024.2.3"
compilerSerialization = "2.1.0"
[libraries]
junit = { group = "junit", name = "junit", version.ref = "junit" }
kotlinSerialization = { group = "org.jetbrains.kotlinx", name = "kotlinx-serialization-json", version.ref = "kotlinSerialization"}
[plugins]
changelog = { id = "org.jetbrains.changelog", version.ref = "changelog" }
intelliJPlatform = { id = "org.jetbrains.intellij.platform", version.ref = "intelliJPlatform" }
kotlin = { id = "org.jetbrains.kotlin.jvm", version.ref = "kotlin" }
kover = { id = "org.jetbrains.kotlinx.kover", version.ref = "kover" }
qodana = { id = "org.jetbrains.qodana", version.ref = "qodana" }
kotlinSerialization = { id = "org.jetbrains.kotlin.plugin.serialization", version.ref = "compilerSerialization" }