Skip to content

Commit 8b925fa

Browse files
Update things
1 parent 92f9a17 commit 8b925fa

5 files changed

Lines changed: 169 additions & 117 deletions

File tree

build.gradle

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
plugins {
2-
id 'fabric-loom' version '0.10-SNAPSHOT'
2+
id 'fabric-loom' version '1.2.+'
33
id 'maven-publish'
4-
id 'org.jetbrains.kotlin.jvm' version "1.6.0"
4+
id 'org.jetbrains.kotlin.jvm' version "1.8.22"
55
}
66

77
sourceCompatibility = JavaVersion.VERSION_17
@@ -34,11 +34,11 @@ dependencies {
3434
modImplementation "net.fabricmc.fabric-api:fabric-api:${project.fabric_version}"
3535

3636
// Yes this has to be capitalised
37-
modImplementation "com.github.quiltservertools:Ledger:1.2.5"
37+
modImplementation "com.github.quiltservertools:Ledger:1.3.0"
3838

39-
modImplementation "net.fabricmc:fabric-language-kotlin:1.7.0+kotlin.1.6.0"
39+
modImplementation "net.fabricmc:fabric-language-kotlin:1.9.4+kotlin.1.8.21"
4040

41-
implementation(include("com.zaxxer:HikariCP:5.0.1"))
41+
implementation("com.zaxxer:HikariCP:5.0.1")
4242

4343
// H2
4444
implementation(include("com.h2database:h2:1.4.200"))

gradle.properties

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -3,14 +3,14 @@ org.gradle.jvmargs=-Xmx1G
33

44
# Fabric Properties
55
# check these on https://fabricmc.net/versions.html
6-
minecraft_version=1.18.2
7-
yarn_mappings=1.18.2+build.3
8-
loader_version=0.12.5
6+
minecraft_version=1.19
7+
yarn_mappings=1.19+build.4
8+
loader_version=0.14.8
99

1010
# Mod Properties
11-
mod_version = 1.0.2
11+
mod_version = 1.2.0
1212
maven_group = net.quiltservertools
1313
archives_base_name = ledger-databases
1414

1515
# Dependencies
16-
fabric_version=0.43.1+1.18
16+
fabric_version=0.58.0+1.19
Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
distributionBase=GRADLE_USER_HOME
22
distributionPath=wrapper/dists
3-
distributionUrl=https\://services.gradle.org/distributions/gradle-7.3-bin.zip
3+
distributionUrl=https\://services.gradle.org/distributions/gradle-8.1.1-bin.zip
44
zipStoreBase=GRADLE_USER_HOME
55
zipStorePath=wrapper/dists

gradlew

Lines changed: 153 additions & 104 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

0 commit comments

Comments
 (0)