Format libs.versions.toml

Signed-off-by: Graham <gpe@openrs2.org>
bzip2
Graham 2 years ago
parent 407aff8dd8
commit b1c3cbc7e3
  1. 4
      gradle/libs.versions.toml

@ -18,7 +18,7 @@ asm-core = { module = "org.ow2.asm:asm", version.ref = "asm" }
asm-tree = { module = "org.ow2.asm:asm-tree", version.ref = "asm" }
asm-util = { module = "org.ow2.asm:asm-util", version.ref = "asm" }
bootstrap = { module = "org.webjars:bootstrap", version = "5.1.3" }
bootstrapTable = { module="org.webjars.npm:bootstrap-table", version="1.19.1" }
bootstrapTable = { module = "org.webjars.npm:bootstrap-table", version = "1.19.1" }
bouncyCastle-pkix = { module = "org.bouncycastle:bcpkix-jdk15on", version = "1.69" }
bouncyCastle-provider = { module = "org.bouncycastle:bcprov-jdk15on", version = "1.69" }
byteUnits = { module = "com.jakewharton.byteunits:byteunits", version = "0.9.1" }
@ -43,7 +43,7 @@ jquery = { module = "org.webjars:jquery", version = "3.6.0" }
jsoup = { module = "org.jsoup:jsoup", version = "1.14.3" }
junit-api = { module = "org.junit.jupiter:junit-jupiter-api", version = { strictly = "5.8.1" } }
junit-engine = { module = "org.junit.jupiter:junit-jupiter-engine", version.ref = "junit" }
junit-launcher = { module="org.junit.platform:junit-platform-launcher", version = "1.8.1" }
junit-launcher = { module = "org.junit.platform:junit-platform-launcher", version = "1.8.1" }
kotlin-coroutines-core = { module = "org.jetbrains.kotlinx:kotlinx-coroutines-core", version.ref = "kotlinCoroutines" }
kotlin-coroutines-test = { module = "org.jetbrains.kotlinx:kotlinx-coroutines-test", version.ref = "kotlinCoroutines" }
kotlinPoet = { module = "com.squareup:kotlinpoet", version = "1.10.2" }

Loading…
Cancel
Save