Skip to content

Commit 97c4da7

Browse files
authored
Merge pull request #225 from simple-robot/improve-deps
改进依赖引用方式
2 parents 460c361 + bf0e104 commit 97c4da7

File tree

2 files changed

+6
-3
lines changed

2 files changed

+6
-3
lines changed

buildSrc/src/main/kotlin/P.kt

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,6 +15,9 @@
1515
* If not, see <https://www.gnu.org/licenses/>.
1616
*/
1717

18+
import P.ComponentOneBot.developers
19+
import P.ComponentOneBot.licenses
20+
import P.ComponentOneBot.scm
1821
import love.forte.gradle.common.core.project.ProjectDetail
1922
import love.forte.gradle.common.core.property.systemProp
2023

@@ -37,7 +40,7 @@ object P {
3740
override val description: String get() = DESCRIPTION
3841
override val homepage: String get() = HOMEPAGE
3942

40-
const val VERSION = "1.8.1"
43+
const val VERSION = "1.8.2"
4144
const val NEXT_VERSION = "1.8.2"
4245

4346
override val snapshotVersion = "$NEXT_VERSION-SNAPSHOT"

gradle/libs.versions.toml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -3,13 +3,13 @@ kotlin = "2.1.20"
33
kotlinx-coroutines = "1.9.0"
44
kotlinx-serialization = "1.7.3"
55
# kotlinx-io = "0.7.0"
6-
kotlinx-io = { prefer = "0.6.0" }
6+
kotlinx-io = "0.6.0"
77
dokka = "2.0.0"
88
ktor = "2.3.12"
99
openjdk-jmh = "1.37"
1010
log4j = "2.24.3"
1111
# simbot
12-
simbot = { prefer = "4.12.0" }
12+
simbot = "4.12.0"
1313
suspendTransform = "2.1.20-0.12.0"
1414
gradleCommon = "0.6.0"
1515
# ksp

0 commit comments

Comments
 (0)