mirror of
https://github.com/Auxilor/Reforges.git
synced 2025-12-23 17:09:32 +00:00
Compare commits
13 Commits
| Author | SHA1 | Date | |
|---|---|---|---|
|
|
a84231c13b | ||
|
|
c833cc9b67 | ||
|
|
2018f5c506 | ||
|
|
783b14d650 | ||
|
|
793075a70e | ||
|
|
f1f3d5b014 | ||
|
|
a0af472e17 | ||
|
|
060b981019 | ||
|
|
d559684d7b | ||
|
|
f40cd6f68f | ||
|
|
f185ab58ad | ||
|
|
bed87f4210 | ||
|
|
df9cecc2fd |
@@ -4,7 +4,7 @@ buildscript {
|
||||
}
|
||||
|
||||
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 {
|
||||
compileOnly 'com.willfp:eco:6.36.0'
|
||||
implementation 'com.willfp:libreforge:3.70.1'
|
||||
implementation 'com.willfp:libreforge:3.76.2'
|
||||
implementation 'org.joml:joml:1.10.4'
|
||||
|
||||
compileOnly 'org.jetbrains:annotations:23.0.0'
|
||||
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) {
|
||||
|
||||
@@ -1,4 +1,4 @@
|
||||
#libreforge-updater
|
||||
#Sat Jun 25 22:23:55 BST 2022
|
||||
version=5.21.1
|
||||
#Sat Jul 23 17:44:02 BST 2022
|
||||
version=5.27.2
|
||||
plugin-name=Reforges
|
||||
|
||||
Reference in New Issue
Block a user