Skip to content

Commit c5c26f2

Browse files
committed
upgrade mirai to 2.0-RC
1 parent 9409997 commit c5c26f2

4 files changed

Lines changed: 9 additions & 4 deletions

File tree

.idea/inspectionProfiles/Project_Default.xml

Lines changed: 6 additions & 0 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

build.gradle.kts

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2,11 +2,11 @@
22
plugins {
33
kotlin("jvm") version "1.4.20"
44
kotlin("plugin.serialization") version "1.4.20"
5-
id("net.mamoe.mirai-console") version "2.0-M2"
5+
id("net.mamoe.mirai-console") version "2.0-RC"
66
}
77

88
group = "KonnyakuCamp"
9-
version = "0.3"
9+
version = "0.3.1"
1010

1111
repositories {
1212
mavenLocal()

src/main/kotlin/stageguard/sctimetable/AbstractPluginManagedService.kt

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,6 @@ package stageguard.sctimetable
1010

1111
import kotlinx.coroutines.*
1212
import net.mamoe.mirai.utils.*
13-
import net.mamoe.mirai.utils.debug
1413
import kotlin.coroutines.CoroutineContext
1514

1615
/**

src/main/kotlin/stageguard/sctimetable/PluginMain.kt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,7 @@ import stageguard.sctimetable.service.*
2424
object PluginMain : KotlinPlugin(
2525
JvmPluginDescription(
2626
id = "stageguard.sctimetable",
27-
version = "0.3",
27+
version = "0.3.1",
2828
name = "SuperCourseTimetable"
2929
)
3030
) {

0 commit comments

Comments
 (0)