Skip to content

Commit

Permalink
Update dependencies.gradle
Browse files Browse the repository at this point in the history
  • Loading branch information
TheLimeGlass authored Nov 20, 2024
1 parent 43523b9 commit 7fe62f5
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions dependencies.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -4,15 +4,15 @@
ext {
// Fabric Properties
// check these on https://fabricmc.net/develop
minecraft_version = '1.21.3'
yarn_mappings = '1.21.3+build.2'
minecraft_version = '1.21.4'
yarn_mappings = '1.21.4+build.1'
loader_version = '0.16.9'

// Fabric api
fabric_version = '0.109.0+'

// Mod Properties
mod_version = '1.21.1+dev.3'
mod_version = '1.21.4+dev.1'
maven_group = 'org.scrolllang.scroll'
archives_base_name = 'Scroll'

Expand Down

0 comments on commit 7fe62f5

Please # to comment.