-
-
Notifications
You must be signed in to change notification settings - Fork 6
Expand file tree
/
Copy pathlibs.versions.toml
More file actions
22 lines (20 loc) · 1.14 KB
/
libs.versions.toml
File metadata and controls
22 lines (20 loc) · 1.14 KB
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
[versions]
shadow = "9.3.2"
junit = "5.11.0"
kotlin = "2.3.0"
kotlinx = "1.9.0"
picocli = "4.7.7"
morphe-patcher = "1.2.0-dev.9" # TODO: change to 1.2.0 before stable release
morphe-library = "1.3.0-dev.1" # TODO: change to 1.3.0 before stable release
[libraries]
junit-params = { module = "org.junit.jupiter:junit-jupiter-params", version.ref = "junit" }
kotlin-test = { module = "org.jetbrains.kotlin:kotlin-test", version.ref = "kotlin" }
kotlinx-coroutines-core = { module = "org.jetbrains.kotlinx:kotlinx-coroutines-core", version.ref = "kotlinx" }
kotlinx-serialization-json = { module = "org.jetbrains.kotlinx:kotlinx-serialization-json", version.ref = "kotlinx" }
picocli = { module = "info.picocli:picocli", version.ref = "picocli" }
morphe-patcher = { module = "app.morphe:morphe-patcher", version.ref = "morphe-patcher" }
morphe-library = { module = "app.morphe:morphe-library-jvm", version.ref = "morphe-library" }
[plugins]
shadow = { id = "com.gradleup.shadow", version.ref = "shadow" }
kotlin = { id = "org.jetbrains.kotlin.jvm", version.ref = "kotlin" }
kotlin-serialization = { id = "org.jetbrains.kotlin.plugin.serialization", version.ref = "kotlin" }