Skip to content

Commit

Permalink
Bump dependency versions
Browse files Browse the repository at this point in the history
  • Loading branch information
rubensworks committed Aug 10, 2024
1 parent 0508aef commit d9ad60b
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 6 deletions.
6 changes: 3 additions & 3 deletions gradle.properties
Original file line number Diff line number Diff line change
Expand Up @@ -4,12 +4,12 @@ minecraft_version=1.21.1
neoforge_version=21.1.2
parchment_version=2024.07.07
parchment_minecraft_version=1.21
cyclopscore_version=1.19.10-538
integrateddynamics_version=1.23.1-828
cyclopscore_version=1.19.11-541
integrateddynamics_version=1.23.2-832
release_type=release
fingerprint=bd0353b3e8a2810d60dd584e256e364bc3bedd44

commoncapabilities_version=2.9.2-143
commoncapabilities_version=2.9.3-147

# Workaround for Spotless bug
# https://github.com/diffplug/spotless/issues/834
Expand Down
6 changes: 3 additions & 3 deletions src/main/resources/META-INF/neoforge.mods.toml
Original file line number Diff line number Diff line change
Expand Up @@ -16,19 +16,19 @@ Create scripts for handling operations in Integrated Dynamics.
[[dependencies.integratedscripting]]
modId="cyclopscore"
type="required"
versionRange="[1.19.10,)"
versionRange="[1.19.11,)"
ordering="NONE"
side="BOTH"
[[dependencies.integratedscripting]]
modId="commoncapabilities"
type="required"
versionRange="[2.9.2,)"
versionRange="[2.9.3,)"
ordering="NONE"
side="BOTH"
[[dependencies.integratedscripting]]
modId="integrateddynamics"
type="required"
versionRange="[1.23.1,)"
versionRange="[1.23.2,)"
ordering="NONE"
side="BOTH"
[[dependencies.integratedscripting]]
Expand Down

0 comments on commit d9ad60b

Please sign in to comment.