diff --git a/README.md b/README.md index 94e0562..d6fc6df 100644 --- a/README.md +++ b/README.md @@ -17,7 +17,7 @@ repositories { } dependencies { - implementation("net.raphimc:ViaLoader:2.2.8") // Get latest version from releases + implementation("net.raphimc:ViaLoader:2.2.9-SNAPSHOT") // Get latest version from releases } ``` @@ -33,7 +33,7 @@ dependencies { net.raphimc ViaLoader - 2.2.8 + 2.2.9-SNAPSHOT ``` @@ -62,14 +62,14 @@ repositories { ``` Here is an example dependency configuration for all components: ```groovy -implementation "com.viaversion:viaversion:4.7.1-SNAPSHOT" -implementation("com.viaversion:viabackwards-common:4.7.1-SNAPSHOT") { +implementation "com.viaversion:viaversion:4.8.0-23w32a-SNAPSHOT" +implementation("com.viaversion:viabackwards-common:4.8.0-23w32a-SNAPSHOT") { exclude group: "com.viaversion", module: "viaversion" // Exclude transitive dependency. Include manually for more control exclude group: "io.netty", module: "netty-all" // Don't include the outdated netty version } -implementation "com.viaversion:viarewind-core:2.0.4-SNAPSHOT" -implementation "net.raphimc:ViaLegacy:2.2.18" -implementation "net.raphimc:ViaAprilFools:2.0.8" +implementation "com.viaversion:viarewind-core:3.0.0-SNAPSHOT" +implementation "net.raphimc:ViaLegacy:2.2.19-SNAPSHOT" +implementation "net.raphimc:ViaAprilFools:2.0.9-SNAPSHOT" implementation "net.raphimc:ViaBedrock:0.0.2-SNAPSHOT" ```