Skip to content

Commit

Permalink
1.20.3
Browse files Browse the repository at this point in the history
  • Loading branch information
FlorianMichael authored Dec 5, 2023
1 parent 017e89b commit 2853a51
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -33,9 +33,9 @@ java {

dependencies {
// Via Version
compileOnly("com.viaversion:viaversion-common:4.9.0-23w45a-SNAPSHOT")
compileOnly("com.viaversion:viabackwards-common:4.9.0-23w45a-SNAPSHOT")
compileOnly("com.viaversion:viarewind-common:3.0.4-SNAPSHOT")
compileOnly("com.viaversion:viaversion-common:4.9.1")
compileOnly("com.viaversion:viabackwards-common:4.9.0")
compileOnly("com.viaversion:viarewind-common:3.0.5")

compileOnly("org.yaml:snakeyaml:2.2")
compileOnly("com.google.guava:guava:31.1-jre")
Expand All @@ -49,4 +49,4 @@ jar {
"${it}_${project.archivesBaseName}"
}
}
}
}

0 comments on commit 2853a51

Please sign in to comment.