1
1
[versions ]
2
- atomic = " 0.23.1 "
3
- coroutines = " 1.7.3 "
2
+ atomic = " 0.23.2 "
3
+ coroutines = " 1.8.0 "
4
4
datetime = " 0.5.0"
5
5
dokka = " 1.9.10"
6
6
kotlin = " 1.9.23"
@@ -10,7 +10,7 @@ quilt_loader = "0.24.0"
10
10
quilt_mappings = " 1.20.4+build.3"
11
11
serialization = " 1.6.3"
12
12
serialization_plugin = " 1.9.23" # usually same as kotlin but can lag behind
13
- binary_compat_plugin = " 0.13.2 "
13
+ binary_compat_plugin = " 0.14.0 "
14
14
15
15
[libraries ]
16
16
atomic = { module = " org.jetbrains.kotlinx:atomicfu-jvm" , version.ref = " atomic" }
@@ -28,12 +28,12 @@ serialization_core = { module = "org.jetbrains.kotlinx:kotlinx-serialization-cor
28
28
serialization_json = { module = " org.jetbrains.kotlinx:kotlinx-serialization-json-jvm" , version.ref = " serialization" }
29
29
30
30
[plugins ]
31
- detekt = { id = " io.gitlab.arturbosch.detekt" , version = " 1.23.4 " }
31
+ detekt = { id = " io.gitlab.arturbosch.detekt" , version = " 1.23.5 " }
32
32
dokka = { id = " org.jetbrains.dokka" , version.ref = " dokka" }
33
33
git_hooks = { id = " com.github.jakemarsden.git-hooks" , version = " 0.0.2" }
34
34
kotlin = { id = " org.jetbrains.kotlin.jvm" , version.ref = " kotlin" }
35
35
licenser = { id = " dev.yumi.gradle.licenser" , version = " 1.1.1" }
36
- quilt_loom = { id = " org.quiltmc.loom" , version = " 1.4.1 " }
36
+ quilt_loom = { id = " org.quiltmc.loom" , version = " 1.4.2 " }
37
37
serialization = { id = " org.jetbrains.kotlin.plugin.serialization" , version.ref = " serialization_plugin" }
38
38
binary_compatibility = { id = " org.jetbrains.kotlinx.binary-compatibility-validator" , version.ref = " binary_compat_plugin" }
39
39
minotaur = { id = " com.modrinth.minotaur" , version = " 2.8.7" }
0 commit comments