Skip to content

Commit

Permalink
chore: tidy up toml
Browse files Browse the repository at this point in the history
  • Loading branch information
Decodetalkers committed Dec 24, 2024
1 parent 26c88ed commit 3595c91
Showing 1 changed file with 0 additions and 4 deletions.
4 changes: 0 additions & 4 deletions gradle/libs.versions.toml
Original file line number Diff line number Diff line change
Expand Up @@ -16,11 +16,9 @@ org-jetbrains-kotlin-jvm = { module = "org.jetbrains.kotlin:kotlin-jvm", version

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


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


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

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

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


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


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

[plugins]
Expand Down

0 comments on commit 3595c91

Please sign in to comment.