This repository was archived by the owner on Jul 23, 2024. It is now read-only.
File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -24,7 +24,7 @@ apply plugin: 'eclipse'
2424apply plugin : ' maven-publish'
2525apply plugin : ' org.spongepowered.mixin'
2626
27- version = ' 1.1 '
27+ version = ' 1.2 '
2828group = ' de.rexlmanu' // http://maven.apache.org/guides/mini/guide-naming-conventions.html
2929archivesBaseName = ' viaversion-addon'
3030
@@ -91,8 +91,8 @@ dependencies {
9191 minecraft ' com.github.ImpactDevelopment:Vanilla:1.16.5'
9292
9393 shade(" org.yaml:snakeyaml:1.28" )
94- shade(" com.viaversion:viaversion:4.0.1-SNAPSHOT " ) { transitive = false }
95- shade(" com.viaversion:viabackwards:4.0.1-SNAPSHOT " )
94+ shade(" com.viaversion:viaversion:4.0.1" ) { transitive = false }
95+ shade(" com.viaversion:viabackwards:4.0.1" )
9696 shade(" com.viaversion:viarewind-fabric:2.0.1-SNAPSHOT" )
9797
9898 compile(files(
You can’t perform that action at this time.
0 commit comments