Skip to content

Commit 3595c91

Browse files
committed
chore: tidy up toml
1 parent 26c88ed commit 3595c91

File tree

1 file changed

+0
-4
lines changed

1 file changed

+0
-4
lines changed

gradle/libs.versions.toml

Lines changed: 0 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -16,11 +16,9 @@ org-jetbrains-kotlin-jvm = { module = "org.jetbrains.kotlin:kotlin-jvm", version
1616

1717
org-jetbrains-kotlin-kotlin-scripting-jvm-host = { module = "org.jetbrains.kotlin:kotlin-scripting-jvm-host", version.ref = "kotlinVersion" }
1818

19-
2019
org-eclipse-lsp4j-lsp4j = { module = "org.eclipse.lsp4j:org.eclipse.lsp4j", version.ref = "lsp4jVersion" }
2120
org-eclipse-lsp4j-jsonrpc = { module = "org.eclipse.lsp4j:org.eclipse.lsp4j.jsonrpc", version.ref = "lsp4jVersion" }
2221

23-
2422
hamcrest-all = { module = "org.hamcrest:hamcrest-all", version = "1.3" }
2523

2624
junit-junit = { module = "junit:junit", version = "4.11" }
@@ -37,11 +35,9 @@ com-h2database-h2 = { module = "com.h2database:h2", version = "1.4.200" }
3735

3836
com-beust-jcommander = { module = "com.beust:jcommander", version = "1.78" }
3937

40-
4138
org-openjdk-jmh-generator-annprocess = { module = "org.openjdk.jmh:jmh-generator-annprocess", version.ref = "jmhVersion" }
4239
org-openjdk-jmh-core = { module = "org.openjdk.jmh:jmh-core", version.ref = "jmhVersion" }
4340

44-
4541
org-xerial-sqlite-jdbc = { module = "org.xerial:sqlite-jdbc", version = "3.41.2.1" }
4642

4743
[plugins]

0 commit comments

Comments
 (0)