Skip to content

Commit

Permalink
Update build.gradle.kts
Browse files Browse the repository at this point in the history
  • Loading branch information
Outfit8TSB authored Oct 20, 2024
1 parent 3901e11 commit 4d6196a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion build.gradle.kts
Original file line number Diff line number Diff line change
Expand Up @@ -13,6 +13,6 @@ repositories {
dependencies {
compileOnly("com.viaversion:viaversion-common:5.0.4")
compileOnly("com.viaversion:viabackwards-common:5.0.4")
compileOnly("com.viaversion:viarewind-core:3.0.0-SNAPSHOT")
compileOnly("com.viaversion:viarewind-common:4.0.3")
api("net.raphimc:ViaLegacy:3.0.4-SNAPSHOT")
}

1 comment on commit 4d6196a

@Outfit8TSB
Copy link
Contributor Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

ViaRewind 3.0.0 wasn't working properly to import important packets
so i replaced it with 4.0.3

Please sign in to comment.