Skip to content

Commit

Permalink
update to 1.21.4
Browse files Browse the repository at this point in the history
  • Loading branch information
granny committed Dec 4, 2024
1 parent 4b8e661 commit 94a7292
Show file tree
Hide file tree
Showing 2 changed files with 10 additions and 10 deletions.
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -85,7 +85,7 @@ Maven
<dependency>
<groupId>maven.modrinth</groupId>
<artifactId>pl3xmap</artifactId>
<version>1.21.3-509</version>
<version>1.21.4-512</version>
<scope>provided</scope>
</dependency>
```
Expand All @@ -101,7 +101,7 @@ repositories {
}
dependencies {
compileOnly 'maven.modrinth:pl3xmap:1.21.3-509'
compileOnly 'maven.modrinth:pl3xmap:1.21.4-512'
}
```

Expand Down
16 changes: 8 additions & 8 deletions gradle/libs.versions.toml
Original file line number Diff line number Diff line change
@@ -1,32 +1,32 @@
[versions]
bukkit="1.21.3-R0.1-SNAPSHOT"
minecraft="1.21.3"
bukkit="1.21.4-R0.1-SNAPSHOT"
minecraft="1.21.4"

# https://fabricmc.net/develop/
fabricApi="0.107.0+1.21.3"
fabricLoader="0.16.7"
fabricApi="0.110.5+1.21.4"
fabricLoader="0.16.9"
fabricLoom="1.8-SNAPSHOT"

#forge="1.20.2-48.0.6"
#forgeGradle="[6.0,6.2)"
#forgeLoader="[48,)"

minotaur="2.+" # https://github.com/modrinth/minotaur
paperweight="1.7.4" # https://github.com/PaperMC/Paperweight
paperweight="1.7.6" # https://github.com/PaperMC/Paperweight
indra-git="3.1.3" # https://github.com/KyoriPowered/indra
shadowJar="8.3.3" # https://github.com/GradleUp/shadow
shadowJar="8.3.5" # https://github.com/GradleUp/shadow

adventure="4.18.0-SNAPSHOT"
adventureBukkit="4.3.5-SNAPSHOT" # https://github.com/KyoriPowered/adventure-platform
adventureFabric="6.1.1-SNAPSHOT" # https://github.com/KyoriPowered/adventure-platform-fabric

cloud="2.0.0" # https://github.com/incendo/cloud
cloud-minecraft="2.0.0-beta.10" # https://github.com/Incendo/cloud-minecraft
cloud-minecraft-modded="2.0.0-beta.9" # https://github.com/Incendo/cloud-minecraft-modded
cloud-minecraft-modded="2.0.0-beta.10" # https://github.com/Incendo/cloud-minecraft-modded
cloud-processors="1.0.0-rc.1" # https://github.com/Incendo/cloud-processors

caffeine="3.1.8" # https://github.com/ben-manes/caffeine
gson="2.10.1" # https://github.com/google/gson
gson="2.11.0" # https://github.com/google/gson
guava="33.0.0-jre" # https://github.com/google/guava
log4j="2.14.1" # https://github.com/apache/logging-log4j2

Expand Down

0 comments on commit 94a7292

Please sign in to comment.