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 1d170aa commit ffa5275
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,5 +1,5 @@
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 'cl.franciscosolis.blossom-extended' version '1.3.1'
Expand Down Expand Up @@ -29,7 +29,7 @@ dependencies {
compileOnly 'net.md-5:bungeecord-api:1.19-R0.1-SNAPSHOT'
compileOnly 'com.velocitypowered:velocity-api:3.1.2-SNAPSHOT'

implementation 'org.jetbrains.kotlin:kotlin-stdlib:1.7.20'
implementation 'org.jetbrains.kotlin:kotlin-stdlib:1.7.22'
implementation 'org.jetbrains:annotations:23.0.0'
implementation 'commons-io:commons-io:2.11.0'
implementation 'com.google.code.gson:gson:2.10'
Expand Down

0 comments on commit ffa5275

Please sign in to comment.