mirror of
https://github.com/ViaVersion/ViaLegacy.git
synced 2024-11-21 11:45:11 +01:00
Bump net.raphimc:ViaProxy from 3.3.5-SNAPSHOT to 3.3.6-SNAPSHOT (#89)
Bumps net.raphimc:ViaProxy from 3.3.5-SNAPSHOT to 3.3.6-SNAPSHOT. --- updated-dependencies: - dependency-name: net.raphimc:ViaProxy dependency-type: direct:production update-type: version-update:semver-patch ... 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
5c00a8b137
commit
be3b713913
@ -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.5-SNAPSHOT") {
|
||||
viaProxyConfiguration.dependencies.add(dependencies.create("net.raphimc:ViaProxy:3.3.6-SNAPSHOT") {
|
||||
transitive = false
|
||||
})
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user