Skip to content

Commit

Permalink
🔨 chore: update oneconfig to 0.2.2
Browse files Browse the repository at this point in the history
  • Loading branch information
cxntered committed Jul 10, 2024
1 parent df0f1fb commit 251540b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion build.gradle.kts
Original file line number Diff line number Diff line change
Expand Up @@ -89,7 +89,7 @@ repositories {
// Configures the libraries/dependencies for your mod.
dependencies {
// Adds the OneConfig library, so we can develop with it.
modCompileOnly("cc.polyfrost:oneconfig-$platform:0.2.1-alpha+")
modCompileOnly("cc.polyfrost:oneconfig-$platform:0.2.2-alpha+")
"dummyCompileOnly"("cc.polyfrost:oneconfig-$platform:0.2.1-alpha+")

modRuntimeOnly("me.djtheredstoner:DevAuth-${if (platform.isFabric) "fabric" else if (platform.isLegacyForge) "forge-legacy" else "forge-latest"}:1.1.2")
Expand Down

0 comments on commit 251540b

Please sign in to comment.