11@file:Suppress(" ClassName" )
2- /*
3- * This file is part of RPGInventory.
4- * Copyright (C) 2019 EndlessCode Group and contributors
5- *
6- * RPGInventory is free software: you can redistribute it and/or modify
7- * it under the terms of the GNU Affero 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.
10- *
11- * RPGInventory 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 Affero General Public License for more details.
15- *
16- * You should have received a copy of the GNU Affero General Public License
17- * along with RPGInventory. If not, see <http://www.gnu.org/licenses/>.
18- */
192
203object rpgplugins {
214 const val skillapi = " com.sucy:SkillAPI:3.102"
@@ -24,7 +7,7 @@ object rpgplugins {
247 const val mmoLib = " net.Indyuce:MMOLib:1.7.3"
258 const val mmoItems = " net.Indyuce:MMOItems:6.5.5"
269 const val mythicLib = " io.lumine:MythicLib:1.0.10"
27- const val heroes = " com.herocraftonline.heroes :Heroes:1.9.6-SNAPSHOT:stripped "
10+ const val heroes = " :Heroes:1.9.9 "
2811}
2912
3013object acf {
@@ -34,7 +17,8 @@ object acf {
3417object misc {
3518 const val bstats = " org.bstats:bstats-bukkit:1.8"
3619 const val annotations = " org.jetbrains:annotations:13.0"
37- const val serialization_hocon = " org.jetbrains.kotlinx:kotlinx-serialization-hocon:1.2.2"
20+ const val serialization_hocon = " org.jetbrains.kotlinx:kotlinx-serialization-hocon:1.3.2"
21+ const val mockk = " io.mockk:mockk:1.12.1"
3822}
3923
4024// Testing
@@ -44,7 +28,7 @@ object junit {
4428 const val jupiter_params = " org.junit.jupiter:junit-jupiter-params:$jupiter_version "
4529}
4630
47- object mockito {
48- const val kotlin = " com.nhaarman.mockitokotlin2:mockito-kotlin:2.2.0 "
49- const val inline = " org.mockito:mockito-inline:2.23.0 "
31+ object kotest {
32+ private const val version = " 5.0.3 "
33+ const val assertions = " io.kotest:kotest-assertions-core: $version "
5034}
0 commit comments