Skip to content

Commit

Permalink
Update Elmendorf
Browse files Browse the repository at this point in the history
  • Loading branch information
Pyrofab committed May 21, 2022
1 parent cd8c34f commit 1b55cf3
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 1 deletion.
2 changes: 1 addition & 1 deletion build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -37,7 +37,7 @@ dependencies {
mappings "net.fabricmc:yarn:${project.yarn_mappings}:v2"
modImplementation "net.fabricmc:fabric-loader:${project.loader_version}"
modImplementation "net.fabricmc.fabric-api:fabric-api:${project.fabric_version}"
modTestImplementation "io.github.ladysnake:elmendorf:0.5.2"
modTestImplementation "io.github.ladysnake:elmendorf:${elmendorf_version}"
api "org.jetbrains:annotations:19.0.0"

testmodImplementation sourceSets.main.output
Expand Down
2 changes: 2 additions & 0 deletions gradle.properties
Original file line number Diff line number Diff line change
Expand Up @@ -9,6 +9,8 @@ loader_version=0.14.5
#Fabric api
fabric_version=0.52.4+1.19

elmendorf_version = 0.6.0

# Mod Properties
mod_version = 1.6.0
maven_group = io.github.ladysnake
Expand Down

0 comments on commit 1b55cf3

Please sign in to comment.