Skip to content

Commit

Permalink
Merge pull request #14 from TheProgramSrc/renovate/kotlin-monorepo
Browse files Browse the repository at this point in the history
  • Loading branch information
Im-Fran committed Nov 3, 2022
2 parents c2e2cfb + 820d449 commit 57819a1
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions build.gradle
@@ -1,7 +1,7 @@
import org.apache.tools.ant.filters.ReplaceTokens

plugins {
id 'org.jetbrains.kotlin.jvm' version '1.6.20'
id 'org.jetbrains.kotlin.jvm' version '1.7.20'
id 'maven-publish'
id 'com.github.johnrengelman.shadow' version '7.1.2'
id 'org.jetbrains.dokka' version '1.6.10'
Expand All @@ -28,7 +28,7 @@ repositories {
}

dependencies {
compileOnly 'org.jetbrains.kotlin:kotlin-stdlib:1.7.10'
compileOnly 'org.jetbrains.kotlin:kotlin-stdlib:1.7.20'
compileOnly 'org.spigotmc:spigot-api:1.18.1-R0.1-SNAPSHOT'
compileOnly 'net.md-5:bungeecord-api:1.18-R0.1-SNAPSHOT'
compileOnly 'xyz.theprogramsrc:simplecoreapi:0.3.4-SNAPSHOT'
Expand Down

0 comments on commit 57819a1

Please sign in to comment.