Skip to content

Commit

Permalink
chore(gradle): update API
Browse files Browse the repository at this point in the history
  • Loading branch information
danorris709 committed Nov 6, 2022
1 parent 44de95b commit 7de2144
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions forge16/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -47,11 +47,11 @@ dependencies {
implementation 'pixelmon:Pixelmon-1.16.5-9.0.11-server:9.0.11'

shadow group: 'org.spongepowered', name: 'configurate-yaml', version: '4.0.0'
shadow (group: 'com.github.EnvyWare.API', name: 'commons', version: '3.8.2')
shadow (group: 'com.github.EnvyWare.API', name: 'forge16', version: '3.8.2') {
shadow (group: 'com.github.EnvyWare.API', name: 'commons', version: '3.8.5')
shadow (group: 'com.github.EnvyWare.API', name: 'forge16', version: '3.8.5') {
transitive = false
}
shadow (group: 'com.github.EnvyWare.API', name: 'reforged16', version: '3.8.2') {
shadow (group: 'com.github.EnvyWare.API', name: 'reforged16', version: '3.8.5') {
transitive = false
}
}
Expand Down

0 comments on commit 7de2144

Please sign in to comment.