Skip to content

Commit

Permalink
Fix Sodium dependency (Modrinth CI)
Browse files Browse the repository at this point in the history
  • Loading branch information
comp500 committed Jul 6, 2023
1 parent 20d1335 commit a19e47c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -152,7 +152,7 @@ if (System.getenv("MODRINTH_TOKEN")) {
versionName = verName
changelog = getChangelog(project.source_url)
dependencies {
required.version "sodium", "mc${project.minecraft_version}-${project.sodium_version}"
required.version "sodium", project.sodium_version
}
}

Expand Down

0 comments on commit a19e47c

Please sign in to comment.