Skip to content

Commit 17554ee

Browse files
committed
Updated dependencies
1 parent 39b2fce commit 17554ee

File tree

2 files changed

+5
-5
lines changed

2 files changed

+5
-5
lines changed

README.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -62,12 +62,12 @@ repositories {
6262
```
6363
Here is an example dependency configuration for all components:
6464
```groovy
65-
implementation "com.viaversion:viaversion-common:5.4.1"
66-
implementation "com.viaversion:viabackwards-common:5.4.1"
65+
implementation "com.viaversion:viaversion-common:5.4.2"
66+
implementation "com.viaversion:viabackwards-common:5.4.2"
6767
implementation "com.viaversion:viarewind-common:4.0.8"
6868
implementation "net.raphimc:ViaLegacy:3.0.10"
6969
implementation "com.viaversion:viaaprilfools-common:4.0.3"
70-
implementation "net.raphimc:ViaBedrock:0.0.18-SNAPSHOT"
70+
implementation "net.raphimc:ViaBedrock:0.0.20-SNAPSHOT"
7171
```
7272

7373
## Implementation

build.gradle

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -43,8 +43,8 @@ repositories {
4343
}
4444

4545
dependencies {
46-
compileOnly "com.viaversion:viaversion-common:5.4.1"
47-
compileOnly "com.viaversion:viabackwards-common:5.4.1"
46+
compileOnly "com.viaversion:viaversion-common:5.4.2"
47+
compileOnly "com.viaversion:viabackwards-common:5.4.2"
4848
compileOnly "com.viaversion:viarewind-common:4.0.8"
4949
compileOnly "net.raphimc:ViaLegacy:3.0.10"
5050
compileOnly "com.viaversion:viaaprilfools-common:4.0.3"

0 commit comments

Comments
 (0)