Skip to content

Commit

Permalink
updated dependencies
Browse files Browse the repository at this point in the history
  • Loading branch information
Tigereye504 committed Sep 29, 2020
1 parent dd990ec commit fc8bd2f
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -25,11 +25,11 @@ dependencies {
// Replace modImplementation with modApi if you expose components in your own API
modImplementation "io.github.onyxstudios.Cardinal-Components-API:cardinal-components-entity:2.6.0"
modImplementation "io.github.onyxstudios.Cardinal-Components-API:cardinal-components-base:2.6.0"
modImplementation 'com.github.tigereye504:modify-drops-api:0.2.0'
modImplementation 'com.github.tigereye504:modify-drops-api:0.2.1'
// Includes Cardinal Components API as a Jar-in-Jar dependency (optional)
include "io.github.onyxstudios.Cardinal-Components-API:cardinal-components-entity:2.6.0"
include "io.github.onyxstudios.Cardinal-Components-API:cardinal-components-base:2.6.0"
include 'com.github.tigereye504:modify-drops-api:0.2.0'
include 'com.github.tigereye504:modify-drops-api:0.2.1'
}

repositories {
Expand Down
2 changes: 1 addition & 1 deletion gradle.properties
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ org.gradle.jvmargs=-Xmx1G
loader_version=0.9.3+build.207

# Mod Properties
mod_version = 1.2.3
mod_version = 1.2.4
maven_group = net.tigereye.chestcavity
archives_base_name = chestcavity

Expand Down

0 comments on commit fc8bd2f

Please sign in to comment.