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 48bde66 commit 2aeaa6f
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 5 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 @@ -61,12 +61,12 @@ 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'

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

tasks.withType(JavaCompile) {
Expand Down
2 changes: 1 addition & 1 deletion gradle.properties
Original file line number Diff line number Diff line change
@@ -1,2 +1,2 @@
version = 5.42.0
version = 5.42.1
plugin-name = Talismans

0 comments on commit 2aeaa6f

Please sign in to comment.