Skip to content

Commit

Permalink
MM24.3.0
Browse files Browse the repository at this point in the history
  • Loading branch information
rfresh2 committed Aug 17, 2024
1 parent fe87bb0 commit 9ca39ff
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/gradle.yml
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ on:
- "mainline"
env:
WORLDMAP_VERSION: "1.38.8"
MINIMAP_VERSION: "24.2.0"
MINIMAP_VERSION: "24.3.0"
MINECRAFT_VERSION: "1.12.2"
MINECRAFT_VERSION_SHORT: "1.12"
MOD_LOADER: "Forge"
Expand Down
2 changes: 1 addition & 1 deletion build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -115,7 +115,7 @@ dependencies {
jarLibs 'org.xerial:sqlite-jdbc:3.45.0.0'

implementation(fg.deobf("maven.modrinth:xaeros-world-map:1.38.8_Forge_1.12"))
implementation(fg.deobf("maven.modrinth:xaeros-minimap:24.2.0_Forge_1.12"))
implementation(fg.deobf("maven.modrinth:xaeros-minimap:24.3.0_Forge_1.12"))
implementation(fg.deobf('cabaletta:baritone-deobf-unoptimized-mcp-dev:1.2')).setChanging(true)
compileOnly(fg.deobf("curse.maven:waystones-245755:2859589"))

Expand Down

0 comments on commit 9ca39ff

Please sign in to comment.