Skip to content

Commit

Permalink
Updated dependencies
Browse files Browse the repository at this point in the history
  • Loading branch information
RaphiMC committed Dec 6, 2024
1 parent 783680e commit ab4d41f
Show file tree
Hide file tree
Showing 2 changed files with 10 additions and 10 deletions.
10 changes: 5 additions & 5 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -62,12 +62,12 @@ repositories {
```
Here is an example dependency configuration for all components:
```groovy
implementation "com.viaversion:viaversion:5.1.1"
implementation "com.viaversion:viabackwards-common:5.1.1"
implementation "com.viaversion:viarewind-common:4.0.3"
implementation "net.raphimc:ViaLegacy:3.0.5"
implementation "com.viaversion:viaversion:5.2.0"
implementation "com.viaversion:viabackwards-common:5.2.0"
implementation "com.viaversion:viarewind-common:4.0.4"
implementation "net.raphimc:ViaLegacy:3.0.6"
implementation "net.raphimc:viaaprilfools-common:3.0.4"
implementation "net.raphimc:ViaBedrock:0.0.13-SNAPSHOT"
implementation "net.raphimc:ViaBedrock:0.0.14-SNAPSHOT"
```

## Implementation
Expand Down
10 changes: 5 additions & 5 deletions build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -50,12 +50,12 @@ repositories {
}

dependencies {
compileOnly "com.viaversion:viaversion-common:5.1.1"
compileOnly "com.viaversion:viabackwards-common:5.1.1"
compileOnly "com.viaversion:viarewind-common:4.0.3"
compileOnly "net.raphimc:ViaLegacy:3.0.5"
compileOnly "com.viaversion:viaversion-common:5.2.0"
compileOnly "com.viaversion:viabackwards-common:5.2.0"
compileOnly "com.viaversion:viarewind-common:4.0.4"
compileOnly "net.raphimc:ViaLegacy:3.0.6"
compileOnly "net.raphimc:viaaprilfools-common:3.0.4"
compileOnly "net.raphimc:ViaBedrock:0.0.13-SNAPSHOT"
compileOnly "net.raphimc:ViaBedrock:0.0.14-SNAPSHOT"
compileOnly "org.cloudburstmc.netty:netty-transport-raknet:1.0.0.CR3-SNAPSHOT"

api "com.google.guava:guava:33.3.1-jre"
Expand Down

0 comments on commit ab4d41f

Please sign in to comment.