Skip to content

Commit

Permalink
chore: 🔧 Fixing core dependency to include snapshots
Browse files Browse the repository at this point in the history
  • Loading branch information
P3pp3rF1y committed Sep 7, 2023
1 parent a8892db commit c7d3161
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
6 changes: 3 additions & 3 deletions build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -98,13 +98,13 @@ dependencies {
implementation project(':SophisticatedCore')
testImplementation project(':SophisticatedCore')
} else {
compileOnly fg.deobf("sophisticatedcore:sophisticatedcore:[${sc_version},)") {
compileOnly fg.deobf("sophisticatedcore:sophisticatedcore:${sc_version}") {
transitive = false
}
runtimeOnly fg.deobf("sophisticatedcore:sophisticatedcore:[${sc_version},)") {
runtimeOnly fg.deobf("sophisticatedcore:sophisticatedcore:${sc_version}") {
transitive = false
}
testImplementation fg.deobf("sophisticatedcore:sophisticatedcore:[${sc_version},)") {
testImplementation fg.deobf("sophisticatedcore:sophisticatedcore:${sc_version}") {
transitive = false
}
}
Expand Down
2 changes: 1 addition & 1 deletion gradle.properties
Original file line number Diff line number Diff line change
Expand Up @@ -21,5 +21,5 @@ rubidium_cf_file_id=4573226
quark_cf_file_id=4463411
autoreglib_cf_file_id=4100299
jade_cf_file_id=4614153
sc_version=1.20.1-0.5.92
sc_version=[1.20.1-0.5.92,1.21)
parchment_version=1.19.3-2023.03.12-1.20

0 comments on commit c7d3161

Please sign in to comment.