Skip to content

Commit

Permalink
Merge branch 'main' of github.com:unnamed/hephaestus-engine
Browse files Browse the repository at this point in the history
  • Loading branch information
yusshu committed Jul 10, 2024
2 parents 4cd5275 + 11ca420 commit 915a24d
Show file tree
Hide file tree
Showing 4 changed files with 4 additions and 4 deletions.
4 changes: 2 additions & 2 deletions gradle/libs.versions.toml
Original file line number Diff line number Diff line change
@@ -1,11 +1,11 @@
[versions]
creative = "1.7.0"
creative = "1.7.2"
adventure = "4.15.0"
annotations = "24.1.0"
mocha = "3.0.0-SNAPSHOT"

# reader-blockbench
gson = "2.10.1"
gson = "2.11.0"

# runtime-minestom
minestom = "7320437640"
Expand Down
Binary file modified gradle/wrapper/gradle-wrapper.jar
Binary file not shown.
2 changes: 1 addition & 1 deletion gradle/wrapper/gradle-wrapper.properties
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
distributionBase=GRADLE_USER_HOME
distributionPath=wrapper/dists
distributionUrl=https\://services.gradle.org/distributions/gradle-8.6-bin.zip
distributionUrl=https\://services.gradle.org/distributions/gradle-8.7-bin.zip
networkTimeout=10000
validateDistributionUrl=true
zipStoreBase=GRADLE_USER_HOME
Expand Down
2 changes: 1 addition & 1 deletion runtime-bukkit/adapt-v1_20_R3/build.gradle.kts
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
plugins {
id("hephaestus.runtime-bukkit-conventions")
id("hephaestus.publishing-conventions")
id("io.papermc.paperweight.userdev") version "1.5.11"
id("io.papermc.paperweight.userdev") version "1.5.12"
}

repositories {
Expand Down

0 comments on commit 915a24d

Please sign in to comment.