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.
2 parents 9da67c8 + 5f644a9 commit 236d9bfCopy full SHA for 236d9bf
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
@@ -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.20-0.9.4"
13
gradleCommon = "0.6.0"
14
# ksp
15
ksp = "2.0.20-1.0.25"
0 commit comments