Skip to content

Commit

Permalink
Update Forge.
Browse files Browse the repository at this point in the history
  • Loading branch information
fnuecke committed Jan 13, 2022
1 parent 1284764 commit 78bebdd
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -63,7 +63,7 @@ dependencies {
implementation fg.deobf("curse.maven:markdownmanual-502485:3565800")

// Just for in-dev convenience. Mod doesn't use any JEI APIs.
implementation fg.deobf("curse.maven:jei-238222:3564650")
implementation fg.deobf("curse.maven:jei-238222:3603923")

testImplementation 'org.mockito:mockito-core:4.2.0'
testImplementation 'org.junit.jupiter:junit-jupiter-api:5.8.2'
Expand Down
2 changes: 1 addition & 1 deletion gradle.properties
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
org.gradle.jvmargs=-Xmx3G
org.gradle.daemon=false

forge_version=39.0.13
forge_version=39.0.19

semver=0.0.0

Expand Down
2 changes: 1 addition & 1 deletion src/main/resources/META-INF/mods.toml
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ This mod uses the Terminus Font under the Open Font License. The full license ca
[[dependencies.oc2]]
modId = "forge"
mandatory = true
versionRange = "[39.0.4,)"
versionRange = "[39.0.19,)"
ordering = "NONE"
side = "BOTH"
[[dependencies.oc2]]
Expand Down

0 comments on commit 78bebdd

Please sign in to comment.