Skip to content

Commit

Permalink
WM1.37.7 MM23.9.7
Browse files Browse the repository at this point in the history
  • Loading branch information
rfresh2 committed Jan 26, 2024
1 parent 8fc64d2 commit 8b86347
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -51,8 +51,8 @@ configurations {
}

ext {
worldmap_version = "1.37.2"
minimap_version = "23.9.3"
worldmap_version = "1.37.7"
minimap_version = "23.9.7"
}

dependencies {
Expand All @@ -67,7 +67,7 @@ dependencies {

implementation(include 'com.github.ben-manes.caffeine:caffeine:3.1.8')
implementation(include "net.lenni0451:LambdaEvents:2.4.1")
forgeRuntimeLibrary(jarLibs 'org.xerial:sqlite-jdbc:3.44.1.0')
forgeRuntimeLibrary(jarLibs 'org.xerial:sqlite-jdbc:3.45.0.0')

modImplementation "maven.modrinth:xaeros-world-map:${worldmap_version}_Forge_1.20"
modImplementation "maven.modrinth:xaeros-minimap:${minimap_version}_Forge_1.20"
Expand Down

0 comments on commit 8b86347

Please sign in to comment.