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 e4a3375 commit 6ea199cCopy full SHA for 6ea199c
build.gradle
@@ -1,5 +1,5 @@
1
plugins {
2
- id 'org.jetbrains.kotlin.jvm' version '1.7.10'
+ 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
- implementation 'org.jetbrains.kotlin:kotlin-stdlib:1.7.10'
+ implementation 'org.jetbrains.kotlin:kotlin-stdlib:1.7.20'
30
compileOnly 'xyz.theprogramsrc:simplecoreapi:0.4.0-SNAPSHOT'
31
32
compileOnly 'org.apache.logging.log4j:log4j-api:2.17.2'
0 commit comments