We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent b6f68b1 commit cc47766Copy full SHA for cc47766
build.gradle
@@ -6,18 +6,18 @@ plugins {
6
}
7
8
group = 'io.typecraft'
9
-version = '2.1.0'
+version = '2.1.2'
10
11
repositories {
12
mavenLocal()
13
14
15
dependencies {
16
compileOnly spigot('1.19.4')
17
- api 'io.typecraft:command-bukkit:1.1.0'
18
- api 'io.typecraft:command-kotlin:1.1.0'
+ api 'io.typecraft:command-bukkit:1.1.1'
+ api 'io.typecraft:command-kotlin:1.1.1'
19
api 'io.typecraft:bukkit-object:0.4.1'
20
- api 'io.typecraft:bukkit-view-core:6.0.0'
+ api 'io.typecraft:bukkit-view-core:6.0.2'
21
api 'io.typecraft:bukkit-kotlin-serialization:0.4.0'
22
api 'io.typecraft:bukkit-inventory-kotlin:1.0.0'
23
api 'io.arrow-kt:arrow-core:1.2.0-RC'
0 commit comments