From b1c3cbc7e300db8774b1f13d2d47658163cecf8d Mon Sep 17 00:00:00 2001 From: Graham Date: Sun, 21 Nov 2021 14:30:55 +0000 Subject: [PATCH] Format libs.versions.toml Signed-off-by: Graham --- gradle/libs.versions.toml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/gradle/libs.versions.toml b/gradle/libs.versions.toml index e2560bbc..27242133 100644 --- a/gradle/libs.versions.toml +++ b/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" }