Skip to content

Commit 854ee4e

Browse files
committed
update dependencies part 2
1 parent 3bcdc16 commit 854ee4e

File tree

1 file changed

+5
-5
lines changed

1 file changed

+5
-5
lines changed

gradle/libs.versions.toml

+5-5
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[versions]
2-
atomic = "0.23.1"
3-
coroutines = "1.7.3"
2+
atomic = "0.23.2"
3+
coroutines = "1.8.0"
44
datetime = "0.5.0"
55
dokka = "1.9.10"
66
kotlin = "1.9.23"
@@ -10,7 +10,7 @@ quilt_loader = "0.24.0"
1010
quilt_mappings = "1.20.4+build.3"
1111
serialization = "1.6.3"
1212
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"
1414

1515
[libraries]
1616
atomic = { module = "org.jetbrains.kotlinx:atomicfu-jvm", version.ref = "atomic" }
@@ -28,12 +28,12 @@ serialization_core = { module = "org.jetbrains.kotlinx:kotlinx-serialization-cor
2828
serialization_json = { module = "org.jetbrains.kotlinx:kotlinx-serialization-json-jvm", version.ref = "serialization" }
2929

3030
[plugins]
31-
detekt = { id = "io.gitlab.arturbosch.detekt", version = "1.23.4" }
31+
detekt = { id = "io.gitlab.arturbosch.detekt", version = "1.23.5" }
3232
dokka = { id = "org.jetbrains.dokka", version.ref = "dokka" }
3333
git_hooks = { id = "com.github.jakemarsden.git-hooks", version = "0.0.2" }
3434
kotlin = { id = "org.jetbrains.kotlin.jvm", version.ref = "kotlin" }
3535
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" }
3737
serialization = { id = "org.jetbrains.kotlin.plugin.serialization", version.ref = "serialization_plugin" }
3838
binary_compatibility = { id = "org.jetbrains.kotlinx.binary-compatibility-validator", version.ref = "binary_compat_plugin" }
3939
minotaur = { id = "com.modrinth.minotaur", version = "2.8.7" }

0 commit comments

Comments
 (0)