Skip to content

Commit

Permalink
Bump some deps
Browse files Browse the repository at this point in the history
  • Loading branch information
Gaming32 committed Jun 12, 2024
1 parent 8759d82 commit e2a744a
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions version.gradle.kts
Original file line number Diff line number Diff line change
Expand Up @@ -74,7 +74,7 @@ unimined.minecraft {
searge()
mojmap()
when {
mcVersion >= 1_20_05 -> "1.20.6:2024.05.01"
mcVersion >= 1_20_05 -> "1.20.6:2024.06.02"
mcVersion >= 1_20_04 -> "1.20.4:2024.04.14"
mcVersion >= 1_20_03 -> "1.20.3:2023.12.31"
mcVersion >= 1_20_02 -> "1.20.2:2023.12.10"
Expand Down Expand Up @@ -280,9 +280,9 @@ dependencies {

if (isFabric) {
when (mcVersion) {
1_20_06 -> "0.97.5+1.20.5"
1_20_04 -> "0.91.1+1.20.3"
1_20_01 -> "0.91.0+1.20.1"
1_20_06 -> "0.100.0+1.20.6"
1_20_04 -> "0.97.1+1.20.4"
1_20_01 -> "0.92.2+1.20.1"
1_19_04 -> "0.87.2+1.19.4"
1_19_02 -> "0.77.0+1.19.2"
1_18_02 -> "0.77.0+1.18.2"
Expand Down

0 comments on commit e2a744a

Please sign in to comment.