Skip to content

Commit c4806eb

Browse files
author
Francisco Solis
authored
Merge pull request #20 from TheProgramSrc/renovate/kotlin-monorepo
2 parents e67f054 + 0518486 commit c4806eb

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,7 +1,7 @@
11
import org.apache.tools.ant.filters.ReplaceTokens
22

33
plugins {
4-
id 'org.jetbrains.kotlin.jvm' version '1.7.10'
4+
id 'org.jetbrains.kotlin.jvm' version '1.7.20'
55
id 'maven-publish'
66
id 'com.github.johnrengelman.shadow' version '7.1.2'
77
id 'org.jetbrains.dokka' version '1.6.0'
@@ -28,7 +28,7 @@ repositories {
2828
}
2929

3030
dependencies {
31-
compileOnly 'org.jetbrains.kotlin:kotlin-stdlib:1.7.10'
31+
compileOnly 'org.jetbrains.kotlin:kotlin-stdlib:1.7.20'
3232
compileOnly 'org.spigotmc:spigot-api:1.18.1-R0.1-SNAPSHOT'
3333
compileOnly 'net.md-5:bungeecord-api:1.18-R0.1-SNAPSHOT'
3434
compileOnly 'xyz.theprogramsrc:simplecoreapi:0.2.5-SNAPSHOT'

0 commit comments

Comments
 (0)