1
0
mirror of https://github.com/SquidDev-CC/CC-Tweaked synced 2024-12-12 11:10:29 +00:00

Update the dependency info a little

This commit is contained in:
SquidDev 2019-04-02 21:37:19 +01:00
parent 1fd0b40776
commit ca34b2a1b8
2 changed files with 2 additions and 2 deletions

View File

@ -57,7 +57,7 @@ dependencies {
}
dependencies {
implementation "org.squiddev:cc-tweaked:${mc_version}-${cct_version}"
implementation "org.squiddev:cc-tweaked-${mc_version}:${cct_version}"
}
```

View File

@ -230,7 +230,7 @@ curseforge {
project {
id = '282001'
releaseType = 'release'
changelog = "Release notes can be found on the GitHub repository (https://github.com/SquidDev-CC/CC-Tweaked/releases/tag/v${project.version})."
changelog = "Release notes can be found on the GitHub repository (https://github.com/SquidDev-CC/CC-Tweaked/releases/tag/v${mc_version}-${mod_version})."
}
}