generated from JetBrains/intellij-platform-plugin-template
-
Notifications
You must be signed in to change notification settings - Fork 32
Expand file tree
/
Copy pathlibs.versions.toml
More file actions
29 lines (24 loc) · 1.03 KB
/
libs.versions.toml
File metadata and controls
29 lines (24 loc) · 1.03 KB
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
26
27
28
29
[versions]
# libraries
# plugins
kotlin = "2.1.20"
changelog = "2.2.1"
gradleIntelliJPlugin = "2.0.1"
qodana = "2025.1.1"
kover = "0.9.0"
[libraries]
json-pathkt = "com.nfeld.jsonpathkt:jsonpathkt:2.0.1"
okhttp = "com.squareup.okhttp3:okhttp:4.4.1"
okhttp-sse = "com.squareup.okhttp3:okhttp-sse:4.12.0"
kaml = "com.charleskorn.kaml:kaml:0.95.0"
# org.reflections:reflections:0.10.2
reflections = "org.reflections:reflections:0.10.2"
# "org.jetbrains.kotlinx:kotlinx-serialization-json:1.8.1"
serialization-json = "org.jetbrains.kotlinx:kotlinx-serialization-json:1.8.1"
[plugins]
changelog = { id = "org.jetbrains.changelog", version.ref = "changelog" }
gradleIntelliJPlugin = { id = "org.jetbrains.intellij.platform", version.ref = "gradleIntelliJPlugin" }
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" }
serialization = { id = "org.jetbrains.kotlin.plugin.serialization", version.ref = "kotlin" }