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.
2 parents ea5a3a0 + a453923 commit 2d81d0eCopy full SHA for 2d81d0e
build.gradle
@@ -1,5 +1,5 @@
1
plugins {
2
- id 'org.jetbrains.kotlin.jvm' version '1.7.0'
+ id 'org.jetbrains.kotlin.jvm' version '1.7.20'
3
id 'maven-publish'
4
id 'com.github.johnrengelman.shadow' version '7.1.2'
5
id 'net.kyori.blossom' version '1.2.0'
@@ -26,7 +26,7 @@ repositories {
26
}
27
28
dependencies {
29
- compileOnly 'org.jetbrains.kotlin:kotlin-stdlib:1.7.0'
+ compileOnly 'org.jetbrains.kotlin:kotlin-stdlib:1.7.20'
30
compileOnly 'xyz.theprogramsrc:simplecoreapi:0.4.0-SNAPSHOT'
31
32
implementation 'me.carleslc.Simple-YAML:Simple-Yaml:1.8.2'
0 commit comments