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 04406d4 commit 1e66cc5Copy full SHA for 1e66cc5
2 files changed
CHANGELOG.md
@@ -2,6 +2,7 @@
2
* Added Dialogs
3
* Moved `xyz.theprogramsrc.uismodule.simple.SimpleUi` to `xyz.theprogramsrc.uismodule.ui.SimpleUi`
4
* Added TranslationsModule as dependency
5
+* Updated to SimpleCore v0.2.5
6
7
## v0.1.0 - Snapshot
8
Hello, World!
build.gradle
@@ -31,7 +31,7 @@ dependencies {
31
compileOnly 'org.jetbrains.kotlin:kotlin-stdlib:1.6.10'
32
compileOnly 'org.spigotmc:spigot-api:1.18.1-R0.1-SNAPSHOT'
33
compileOnly 'net.md-5:bungeecord-api:1.18-R0.1-SNAPSHOT'
34
- compileOnly 'xyz.theprogramsrc:simplecoreapi:0.2.0-SNAPSHOT'
+ compileOnly 'xyz.theprogramsrc:simplecoreapi:0.2.5-SNAPSHOT'
35
compileOnly 'xyz.theprogramsrc:tasksmodule:0.1.0-SNAPSHOT'
36
compileOnly 'xyz.theprogramsrc:translationsmodule:0.1.3-SNAPSHOT'
37
0 commit comments