9
0
mirror of https://github.com/Auxilor/Reforges.git synced 2025-12-21 16:09:20 +00:00

libreforge-updater

This commit is contained in:
Auxilor
2022-07-22 14:22:10 +01:00
parent 2018f5c506
commit c833cc9b67
2 changed files with 5 additions and 5 deletions

View File

@@ -4,7 +4,7 @@ buildscript {
} }
dependencies { dependencies {
classpath "org.jetbrains.kotlin:kotlin-gradle-plugin:1.6.21" classpath "org.jetbrains.kotlin:kotlin-gradle-plugin:1.7.10"
} }
} }
@@ -45,13 +45,13 @@ allprojects {
dependencies { dependencies {
compileOnly 'com.willfp:eco:6.36.0' compileOnly 'com.willfp:eco:6.36.0'
implementation 'com.willfp:libreforge:3.76.0' implementation 'com.willfp:libreforge:3.76.1'
implementation 'org.joml:joml:1.10.4' implementation 'org.joml:joml:1.10.4'
compileOnly 'org.jetbrains:annotations:23.0.0' compileOnly 'org.jetbrains:annotations:23.0.0'
compileOnly 'com.github.ben-manes.caffeine:caffeine:3.0.6' compileOnly 'com.github.ben-manes.caffeine:caffeine:3.0.6'
compileOnly 'org.jetbrains.kotlin:kotlin-stdlib:1.6.21' compileOnly 'org.jetbrains.kotlin:kotlin-stdlib:1.7.10'
} }
tasks.withType(JavaCompile) { tasks.withType(JavaCompile) {

View File

@@ -1,4 +1,4 @@
#libreforge-updater #libreforge-updater
#Thu Jul 21 20:15:20 BST 2022 #Fri Jul 22 14:22:10 BST 2022
version=5.27.0 version=5.27.1
plugin-name=Reforges plugin-name=Reforges