Skip to content

Commit d38b8fd

Browse files
committed
Type Parameter!!!!😡
1 parent 9da67c8 commit d38b8fd

File tree

2 files changed

+4
-2
lines changed

2 files changed

+4
-2
lines changed

build.gradle.kts

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -35,6 +35,7 @@ setup(P.ComponentOneBot)
3535
buildscript {
3636
repositories {
3737
mavenCentral()
38+
mavenLocal()
3839
}
3940
}
4041

@@ -51,6 +52,7 @@ allprojects {
5152
snapshotsOnly()
5253
}
5354
}
55+
mavenLocal()
5456
}
5557
}
5658

gradle/libs.versions.toml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
[versions]
2-
kotlin = "2.0.20"
2+
kotlin = "2.0.21"
33
kotlinx-coroutines = "1.9.0"
44
kotlinx-serialization = "1.7.3"
55
kotlinx-io = "0.5.4"
@@ -9,7 +9,7 @@ openjdk-jmh = "1.37"
99
log4j = "2.24.1"
1010
# simbot
1111
simbot = "4.7.0"
12-
suspendTransform = "2.0.20-0.9.3"
12+
suspendTransform = "2.0.21-0.9.4"
1313
gradleCommon = "0.6.0"
1414
# ksp
1515
ksp = "2.0.20-1.0.25"

0 commit comments

Comments
 (0)