update deps, change splash text

This commit is contained in:
creeper123123321 2021-10-08 20:22:55 -03:00
parent 99226f807e
commit 45f380c9dd
2 changed files with 4 additions and 10 deletions

View File

@ -60,9 +60,9 @@ dependencies {
implementation(kotlin("stdlib-jdk8"))
implementation(kotlin("reflect"))
val vvVer = "4.1.0-21w39a-SNAPSHOT"
val vbVer = "4.1.0-21w38a-SNAPSHOT"
val vrVer = "6484c61"
val vvVer = "4.1.0-21w40a-SNAPSHOT"
val vbVer = "4.1.0-21w40a-SNAPSHOT"
val vrVer = "f591a29"
implementation("com.viaversion:viaversion:$vvVer") { isTransitive = false }
implementation("com.viaversion:viabackwards:$vbVer") { isTransitive = false }
implementation("com.github.ViaVersion.ViaRewind:viarewind-all:$vrVer") { isTransitive = false }

View File

@ -56,13 +56,7 @@ private fun setupSystem() {
}
private fun printSplash() {
println(
"""\\ // // //\\ => //|| //|| /=====/ PROXY
| \\ // // // \\ // || // || //
| \\ // // //====\\ //==|| //==|| \====\ ${AspirinServer.version}
| \\ // // // \\ // || // || //
|<= \\// // // \\ // || // || /====/""".trimMargin()
)
println("VIAaaS ${AspirinServer.version}")
}
private fun initVia() {