Skip to content

Commit

Permalink
wip(1.21.3): bump dependencies
Browse files Browse the repository at this point in the history
  • Loading branch information
inglettronald committed Nov 10, 2024
1 parent 22a3fc5 commit a26613b
Show file tree
Hide file tree
Showing 2 changed files with 10 additions and 10 deletions.
4 changes: 2 additions & 2 deletions build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -60,8 +60,8 @@ loom {
property("devauth.enabled", "true")
property("fabric.log.level", "info")
vmArg("-ea")
vmArg("-XX:+AllowEnhancedClassRedefinition")
/*vmArg("-XX:HotswapAgent=external")
/*vmArg("-XX:+AllowEnhancedClassRedefinition")*/
/*vmArg("-XX:HotswapAgent=external")
vmArg("-javaagent:/home/ronald/Software-Packages/hotswap-agent-1.4.2-SNAPSHOT.jar")*/
}
}
Expand Down
16 changes: 8 additions & 8 deletions gradle.properties
Original file line number Diff line number Diff line change
Expand Up @@ -4,27 +4,27 @@ org.gradle.parallel=true

# Fabric Properties
# check these on https://fabricmc.net/develop
minecraft_version=1.21
yarn_mappings=1.21+build.2
loader_version=0.15.11
fabric_kotlin_version=1.11.0+kotlin.2.0.0
minecraft_version=1.21.3
yarn_mappings=1.21.3+build.2
loader_version=0.16.9
fabric_kotlin_version=1.12.3+kotlin.2.0.21

# Mod Properties
mod_version=1.0.4
mod_version=1.0.5
maven_group=com.dulkirfabric
archives_base_name=dulkirmod-fabric

# Dependencies
fabric_version=0.100.3+1.21
fabric_version=0.107.3+1.21.3

# ModMenu
modMenu_version=11.0.1
modMenu_version=11.0.3

# Jarvis
jarvis_version=1.1.3

# Cloth Config
clothConfig_version=15.0.127
clothConfig_version=16.0.141

# Orbit
orbit_version=0.2.3
Expand Down

0 comments on commit a26613b

Please sign in to comment.