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 12, 2024
1 parent 597caa2 commit 38297b9
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,12 +4,12 @@
ext {
// Fabric Properties
// check these on https://fabricmc.net/develop
minecraft_version = '1.21.1'
yarn_mappings = '1.21.1+build.3'
minecraft_version = '1.21.3'
yarn_mappings = '1.21.3+build.2'
loader_version = '0.16.9'

// Fabric api
fabric_version = '0.107.3+'
fabric_version = '0.107.3'

// Scroll & skript-parser
skript_parser_version = 'alpha5'
Expand Down

0 comments on commit 38297b9

Please sign in to comment.