Skip to content

Commit

Permalink
Update VV dep, a field type changes
Browse files Browse the repository at this point in the history
  • Loading branch information
kennytv committed Dec 15, 2024
1 parent 3896a12 commit c770c3e
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -72,7 +72,7 @@

public interface ViaBackwardsPlatform {

String MINIMUM_VV_VERSION = "5.2.0";
String MINIMUM_VV_VERSION = "5.2.1";

/**
* Initialize ViaBackwards.
Expand Down
4 changes: 2 additions & 2 deletions gradle/libs.versions.toml
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ metadata.format.version = "1.1"
[versions]

# ViaVersion
viaver = "5.2.0"
viaver = "5.2.1-SNAPSHOT"

# Common provided
netty = "4.0.20.Final"
Expand All @@ -16,7 +16,7 @@ checkerQual = "3.39.0"
paper = "1.16.5-R0.1-SNAPSHOT"
velocity = "3.1.1"
fabricLoader = "0.11.6"
viaProxy = "3.3.5"
viaProxy = "3.3.7-SNAPSHOT"

[libraries]

Expand Down

0 comments on commit c770c3e

Please sign in to comment.