Skip to content

Commit

Permalink
Updated eco/kotlin/libreforge
Browse files Browse the repository at this point in the history
  • Loading branch information
WillFP committed Apr 20, 2022
1 parent 1f4b715 commit fa0ba53
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 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.6.10"
classpath "org.jetbrains.kotlin:kotlin-gradle-plugin:1.6.21"
}
}

Expand Down Expand Up @@ -43,8 +43,8 @@ allprojects {
}

dependencies {
compileOnly 'com.willfp:eco:6.33.0'
implementation 'com.willfp:libreforge:3.34.0'
compileOnly 'com.willfp:eco:6.34.0'
implementation 'com.willfp:libreforge:3.34.1'

compileOnly 'org.jetbrains:annotations:23.0.0'

Expand All @@ -54,7 +54,7 @@ allprojects {
testCompileOnly 'org.projectlombok:lombok:1.18.20'
testAnnotationProcessor 'org.projectlombok:lombok:1.18.20'

compileOnly 'org.jetbrains.kotlin:kotlin-stdlib:1.6.10'
compileOnly 'org.jetbrains.kotlin:kotlin-stdlib:1.6.21'
}

tasks.withType(JavaCompile) {
Expand Down

0 comments on commit fa0ba53

Please sign in to comment.