Skip to content

Commit c904d2d

Browse files
committed
build(deps): 更新simbot版本到 v3.1.0
1 parent 127b1a9 commit c904d2d

File tree

1 file changed

+2
-2
lines changed
  • buildSrc/src/main/kotlin

1 file changed

+2
-2
lines changed

buildSrc/src/main/kotlin/P.kt

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -17,10 +17,10 @@ import love.forte.gradle.common.core.project.Version
1717
import love.forte.gradle.common.core.project.minus
1818
import love.forte.gradle.common.core.project.version
1919

20-
val simbotVersionInfo = version(3, 0, 0) //- version("RC", 3)
20+
val simbotVersionInfo = version(3, 1, 0)
2121

2222
@JvmField
23-
val SIMBOT_VERSION = simbotVersionInfo.toString() //"3.0.0"
23+
val SIMBOT_VERSION = simbotVersionInfo.toString()
2424

2525
@JvmField
2626
val SIMBOT_CORE = "love.forte.simbot:simbot-core:$SIMBOT_VERSION"

0 commit comments

Comments
 (0)