Skip to content

Commit

Permalink
Update kotlin monorepo to v1.7.22
Browse files Browse the repository at this point in the history
  • Loading branch information
renovate[bot] authored Nov 28, 2022
1 parent 583bfae commit 7d946a9
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions build.gradle
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
import org.apache.tools.ant.filters.ReplaceTokens

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

dependencies {
compileOnly 'org.jetbrains.kotlin:kotlin-stdlib:1.7.20'
compileOnly 'org.jetbrains.kotlin:kotlin-stdlib:1.7.22'
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 7d946a9

Please sign in to comment.