Skip to content

Commit

Permalink
Updated kotlin
Browse files Browse the repository at this point in the history
  • Loading branch information
WillFP committed Dec 7, 2023
1 parent 8b1253c commit 723df7b
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
Expand Up @@ -4,7 +4,7 @@ buildscript {
}

dependencies {
classpath "org.jetbrains.kotlin:kotlin-gradle-plugin:1.7.10"
classpath "org.jetbrains.kotlin:kotlin-gradle-plugin:1.9.20"
}
}

Expand Down Expand Up @@ -60,7 +60,7 @@ allprojects {
compileOnly 'com.willfp:eco:6.45.0'

compileOnly 'org.jetbrains:annotations:23.0.0'
compileOnly 'org.jetbrains.kotlin:kotlin-stdlib:1.7.10'
compileOnly 'org.jetbrains.kotlin:kotlin-stdlib:1.9.20'
}

tasks.withType(JavaCompile) {
Expand Down

0 comments on commit 723df7b

Please sign in to comment.