File tree Expand file tree Collapse file tree 2 files changed +6
-3
lines changed Expand file tree Collapse file tree 2 files changed +6
-3
lines changed Original file line number Diff line number Diff line change 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
1821import love.forte.gradle.common.core.project.ProjectDetail
1922import 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"
Original file line number Diff line number Diff line change @@ -3,13 +3,13 @@ kotlin = "2.1.20"
33kotlinx-coroutines = " 1.9.0"
44kotlinx-serialization = " 1.7.3"
55# kotlinx-io = "0.7.0"
6- kotlinx-io = { prefer = " 0.6.0" }
6+ kotlinx-io = " 0.6.0"
77dokka = " 2.0.0"
88ktor = " 2.3.12"
99openjdk-jmh = " 1.37"
1010log4j = " 2.24.3"
1111# simbot
12- simbot = { prefer = " 4.12.0" }
12+ simbot = " 4.12.0"
1313suspendTransform = " 2.1.20-0.12.0"
1414gradleCommon = " 0.6.0"
1515# ksp
You can’t perform that action at this time.
0 commit comments