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 22e97bc commit a1d92dbCopy full SHA for a1d92db
build.gradle
@@ -6,7 +6,7 @@ plugins {
6
}
7
8
group = 'io.typecraft'
9
-version = '1.6.0'
+version = '1.7.0'
10
11
repositories {
12
mavenLocal()
@@ -17,7 +17,7 @@ dependencies {
17
api 'io.typecraft:command-bukkit:1.1.0'
18
api 'io.typecraft:command-kotlin:1.1.0'
19
api 'io.typecraft:bukkit-object:0.4.1'
20
- api 'io.typecraft:bukkit-view-core:5.3.0'
+ api 'io.typecraft:bukkit-view-core:5.4.0'
21
api 'io.typecraft:bukkit-kotlin-serialization:0.4.0'
22
api 'io.arrow-kt:arrow-core:1.2.0-RC'
23
api 'io.arrow-kt:arrow-fx-coroutines:1.2.0-RC'
0 commit comments