Skip to content

Commit 2d81d0e

Browse files
author
Francisco Solis
authored
Merge pull request #24 from TheProgramSrc/renovate/kotlin-monorepo
2 parents ea5a3a0 + a453923 commit 2d81d0e

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

build.gradle

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
plugins {
2-
id 'org.jetbrains.kotlin.jvm' version '1.7.0'
2+
id 'org.jetbrains.kotlin.jvm' version '1.7.20'
33
id 'maven-publish'
44
id 'com.github.johnrengelman.shadow' version '7.1.2'
55
id 'net.kyori.blossom' version '1.2.0'
@@ -26,7 +26,7 @@ repositories {
2626
}
2727

2828
dependencies {
29-
compileOnly 'org.jetbrains.kotlin:kotlin-stdlib:1.7.0'
29+
compileOnly 'org.jetbrains.kotlin:kotlin-stdlib:1.7.20'
3030
compileOnly 'xyz.theprogramsrc:simplecoreapi:0.4.0-SNAPSHOT'
3131

3232
implementation 'me.carleslc.Simple-YAML:Simple-Yaml:1.8.2'

0 commit comments

Comments
 (0)