-
Notifications
You must be signed in to change notification settings - Fork 1
Expand file tree
/
Copy pathlibs.versions.toml
More file actions
31 lines (28 loc) · 1.42 KB
/
libs.versions.toml
File metadata and controls
31 lines (28 loc) · 1.42 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
30
31
[versions]
# libraries
junit5 = "6.0.2"
junit4 = "4.13.2"
opentest4j = "1.3.0"
mockk = "1.14.7"
# plugins
changelog = "2.5.0" # https://github.com/JetBrains/gradle-changelog-plugin/releases
intelliJPlatform = "2.10.5" # https://github.com/JetBrains/intellij-platform-gradle-plugin/releases
kotlin = "2.2.21" # https://kotlinlang.org/docs/releases.html
kover = "0.9.3"
qodana = "2025.2.2"
versions = "0.53.0"
[libraries]
junit-bom = { group = "org.junit", name = "junit-bom", version.ref = "junit5" }
junit-jupiter = { group = "org.junit.jupiter", name = "junit-jupiter" }
junit-launcher = { group = "org.junit.platform", name = "junit-platform-launcher" }
junit-vintage = { group = "org.junit.vintage", name = "junit-vintage-engine" }
junit4 = { group = "junit", name = "junit", version.ref = "junit4" }
opentest4j = { group = "org.opentest4j", name = "opentest4j", version.ref = "opentest4j" }
mockk = { group = "io.mockk", name = "mockk", version.ref = "mockk" }
[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" }
versions = { id = "com.github.ben-manes.versions", version.ref = "versions" }