Skip to content

Commit 9d73999

Browse files
authored
Bumps versions and provided stuff to 1.7.22 (#60)
1 parent 7a4b4b3 commit 9d73999

File tree

2 files changed

+7
-7
lines changed

2 files changed

+7
-7
lines changed

gradle.properties

+2-2
Original file line numberDiff line numberDiff line change
@@ -5,5 +5,5 @@ org.gradle.parallel=true
55
kotlin.incremental=true
66
kotlin.code.style=official
77

8-
version=1.0.0
9-
flk_version=1.8.5
8+
version=1.0.1
9+
flk_version=1.8.6

gradle/libs.versions.toml

+5-5
Original file line numberDiff line numberDiff line change
@@ -1,15 +1,15 @@
11
[versions]
2-
atomic = "0.18.4"
2+
atomic = "0.18.5"
33
coroutines = "1.6.4"
44
datetime = "0.4.0"
55
dokka = "1.7.20"
6-
kotlin = "1.7.20"
6+
kotlin = "1.7.22"
77
minecraft = "1.19.2"
8-
qsl = "3.0.0-beta.16+1.19.2"
9-
quilt_loader = "0.17.4"
8+
qsl = "3.0.0-beta.24+1.19.2"
9+
quilt_loader = "0.17.8"
1010
quilt_mappings = "1.19.2+build.21"
1111
serialization = "1.4.1"
12-
serialization_plugin = "1.7.20" # usually same as kotlin but can lag behind
12+
serialization_plugin = "1.7.22" # usually same as kotlin but can lag behind
1313

1414
[libraries]
1515
atomic = { module = "org.jetbrains.kotlinx:atomicfu-jvm", version.ref = "atomic" }

0 commit comments

Comments
 (0)