We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 9da67c8 commit d38b8fdCopy full SHA for d38b8fd
build.gradle.kts
@@ -35,6 +35,7 @@ setup(P.ComponentOneBot)
35
buildscript {
36
repositories {
37
mavenCentral()
38
+ mavenLocal()
39
}
40
41
@@ -51,6 +52,7 @@ allprojects {
51
52
snapshotsOnly()
53
54
55
56
57
58
gradle/libs.versions.toml
@@ -1,5 +1,5 @@
1
[versions]
2
-kotlin = "2.0.20"
+kotlin = "2.0.21"
3
kotlinx-coroutines = "1.9.0"
4
kotlinx-serialization = "1.7.3"
5
kotlinx-io = "0.5.4"
@@ -9,7 +9,7 @@ openjdk-jmh = "1.37"
9
log4j = "2.24.1"
10
# simbot
11
simbot = "4.7.0"
12
-suspendTransform = "2.0.20-0.9.3"
+suspendTransform = "2.0.21-0.9.4"
13
gradleCommon = "0.6.0"
14
# ksp
15
ksp = "2.0.20-1.0.25"
0 commit comments