1
1
/*
2
- * Copyright (c) 2022-2023 . ForteScarlet.
2
+ * Copyright (c) 2022-2024 . ForteScarlet.
3
3
*
4
- * This file is part of simbot-component-kook.
4
+ * This file is part of simbot-component-kook.
5
5
*
6
- * simbot-component-kook is free software: you can redistribute it and/or modify it under the terms of
7
- * the GNU Lesser General Public License as published by the Free Software Foundation,
8
- * either version 3 of the License, or (at your option) any later version.
6
+ * simbot-component-kook is free software: you can redistribute it and/or modify
7
+ * it under the terms of the GNU Lesser General Public License as published by
8
+ * the Free Software Foundation, either version 3 of the License, or
9
+ * (at your option) any later version.
9
10
*
10
- * simbot-component-kook is distributed in the hope that it will be useful, but WITHOUT ANY WARRANTY;
11
- * without even the implied warranty of MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.
12
- * See the GNU Lesser General Public License for more details.
11
+ * simbot-component-kook is distributed in the hope that it will be useful,
12
+ * but WITHOUT ANY WARRANTY; without even the implied warranty of
13
+ * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
14
+ * GNU Lesser General Public License for more details.
13
15
*
14
- * You should have received a copy of the GNU Lesser General Public License along with simbot-component-kook,
15
- * If not, see <https://www.gnu.org/licenses/>.
16
+ * You should have received a copy of the GNU Lesser General Public License
17
+ * along with simbot-component-kook,
18
+ * If not, see <https://www.gnu.org/licenses/>.
16
19
*/
17
20
18
21
plugins {
@@ -33,7 +36,7 @@ dependencies {
33
36
implementation(libs.bundles.dokka)
34
37
35
38
// see https://github.com/gradle-nexus/publish-plugin
36
- implementation(" io.github.gradle-nexus:publish-plugin:1.1 .0" )
39
+ implementation(" io.github.gradle-nexus:publish-plugin:1.3 .0" )
37
40
38
41
// simbot suspend transform gradle common
39
42
implementation(libs.simbot.gradle)
0 commit comments