Skip to content

Commit

Permalink
feat(plugins): 更新版本
Browse files Browse the repository at this point in the history
  • Loading branch information
bingliran committed Jan 4, 2025
1 parent 36a6c4b commit 9fa695e
Show file tree
Hide file tree
Showing 5 changed files with 7 additions and 6 deletions.
4 changes: 2 additions & 2 deletions build.gradle.kts
Original file line number Diff line number Diff line change
Expand Up @@ -2,8 +2,8 @@ val kotlinVersion: String by project
val falowpBotVersion: String by project

plugins {
kotlin("jvm") version "2.1.0"
id("org.jetbrains.kotlin.plugin.serialization") version "2.1.0"
kotlin("jvm") version "2.1.20-Beta1"
id("org.jetbrains.kotlin.plugin.serialization") version "2.1.20-Beta1"
id("com.github.ben-manes.versions") version "0.51.0"
id("maven-publish")
signing
Expand Down
2 changes: 1 addition & 1 deletion falowp-bot-plugin-idle/build.gradle.kts
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
dependencies {
implementation("com.blr19c.falowp:falowp-bot-system:${project.version}")
//日期处理
implementation("org.mnode.ical4j:ical4j:4.0.7")
implementation("org.mnode.ical4j:ical4j:4.0.8")
}
2 changes: 1 addition & 1 deletion falowp-bot-plugin-wordcloud/build.gradle.kts
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ dependencies {
implementation("com.blr19c.falowp:falowp-bot-system:${project.version}")
implementation(project(":falowp-bot-utils-db"))
//分词器
implementation("com.hankcs:hanlp:portable-1.8.5") {
implementation("com.hankcs:hanlp:portable-1.8.6") {
exclude("junit", "junit")
}
}
4 changes: 2 additions & 2 deletions gradle.properties
Original file line number Diff line number Diff line change
@@ -1,2 +1,2 @@
kotlinVersion=2.1.0
falowpBotVersion=2.1.3
kotlinVersion=2.1.20-Beta1
falowpBotVersion=2.2.0
1 change: 1 addition & 0 deletions settings.gradle.kts
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,7 @@ rootProject.name = "falowp-bot-plugins"
include("falowp-bot-adapter-qq")
include("falowp-bot-adapter-cq")
include("falowp-bot-adapter-nc")
include("falowp-bot-adapter-tg")
include("falowp-bot-plugin-auth")
include("falowp-bot-plugin-user")
include("falowp-bot-plugin-signin")
Expand Down

0 comments on commit 9fa695e

Please sign in to comment.