Skip to content

Commit

Permalink
update
Browse files Browse the repository at this point in the history
  • Loading branch information
Dream-Master committed Mar 3, 2024
1 parent d1bdc3d commit 8c0fc77
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions dependencies.gradle
Original file line number Diff line number Diff line change
@@ -1,8 +1,8 @@
// Add your dependencies here

dependencies {
implementation('com.github.GTNewHorizons:GTNHLib:0.2.9:dev')
implementation("com.github.GTNewHorizons:NotEnoughItems:2.5.21-GTNH:dev")
implementation('com.github.GTNewHorizons:GTNHLib:0.2.10:dev')
implementation("com.github.GTNewHorizons:NotEnoughItems:2.5.23-GTNH:dev")
compileOnly("curse.maven:cofh-core-69162:2388750-dev:dev")

// for testing
Expand Down
2 changes: 1 addition & 1 deletion settings.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ pluginManagement {
}

plugins {
id 'com.gtnewhorizons.gtnhsettingsconvention' version '1.0.14'
id 'com.gtnewhorizons.gtnhsettingsconvention' version '1.0.15'
}


0 comments on commit 8c0fc77

Please sign in to comment.