mirror of
https://github.com/ViaVersion/ViaLegacy.git
synced 2025-01-07 19:18:02 +01:00
Bump net.raphimc:ViaProxy from 3.3.8-SNAPSHOT to 3.4.0-SNAPSHOT (#96)
Bumps net.raphimc:ViaProxy from 3.3.8-SNAPSHOT to 3.4.0-SNAPSHOT. --- updated-dependencies: - dependency-name: net.raphimc:ViaProxy dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] <support@github.com> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
This commit is contained in:
parent
e173aaba46
commit
881f3c179b
@ -104,7 +104,7 @@ tasks.register("runViaProxy", JavaExec) {
|
||||
dependsOn tasks.jar
|
||||
|
||||
def viaProxyConfiguration = configurations.create("viaProxy")
|
||||
viaProxyConfiguration.dependencies.add(dependencies.create("net.raphimc:ViaProxy:3.3.8-SNAPSHOT") {
|
||||
viaProxyConfiguration.dependencies.add(dependencies.create("net.raphimc:ViaProxy:3.4.0-SNAPSHOT") {
|
||||
transitive = false
|
||||
})
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user