Skip to content

Commit

Permalink
bump deps and version
Browse files Browse the repository at this point in the history
  • Loading branch information
gliscowo committed Apr 29, 2024
1 parent 791b594 commit 7f18db9
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 6 deletions.
4 changes: 2 additions & 2 deletions build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -119,15 +119,15 @@ loom {
}

dependencies {
// modLocalRuntime("me.shedaniel:RoughlyEnoughItems-fabric:${project.rei_version}")
modLocalRuntime("me.shedaniel:RoughlyEnoughItems-fabric:${project.rei_version}")
modCompileOnly("me.shedaniel:RoughlyEnoughItems-default-plugin:${project.rei_version}")
modCompileOnly("me.shedaniel:RoughlyEnoughItems-api-fabric:${project.rei_version}")

modCompileOnly("dev.emi:emi-fabric:${project.emi_version}")
// modLocalRuntime("dev.emi:emi-fabric:${project.emi_version}")

modCompileOnly("com.terraformersmc:modmenu:${project.modmenu_version}")
// modLocalRuntime("com.terraformersmc:modmenu:${project.modmenu_version}")
modLocalRuntime("com.terraformersmc:modmenu:${project.modmenu_version}")

api(include("blue.endless:jankson:${project.jankson_version}"))

Expand Down
8 changes: 4 additions & 4 deletions gradle.properties
Original file line number Diff line number Diff line change
Expand Up @@ -7,14 +7,14 @@ minecraft_version=1.20.5
yarn_mappings=1.20.5+build.1
loader_version=0.15.10
# Mod Properties
mod_version=0.12.6
mod_version=0.12.7
maven_group=io.wispforest
archives_base_name=owo-lib
# Dependencies
fabric_version=0.97.7+1.20.5

# https://maven.shedaniel.me/me/shedaniel/RoughlyEnoughItems-fabric/
rei_version=14.0.688
rei_version=15.0.728

# https://maven.terraformersmc.com/releases/dev/emi/emi-fabric/
emi_version=1.0.29+1.20.4
Expand All @@ -23,7 +23,7 @@ emi_version=1.0.29+1.20.4
jankson_version=1.2.2

# https://maven.terraformersmc.com/releases/com/terraformersmc/modmenu
modmenu_version=9.0.0
modmenu_version=10.0.0-alpha.3

# https://maven.nucleoid.xyz/xyz/nucleoid/server-translations-api/
stapi_version=2.2.0+1.20.3-rc1
stapi_version=2.3.0+1.20.5-rc2

0 comments on commit 7f18db9

Please sign in to comment.