Skip to content
This repository has been archived by the owner on May 15, 2024. It is now read-only.

Commit

Permalink
rm unused dependency
Browse files Browse the repository at this point in the history
  • Loading branch information
vincentlauvlwj committed Sep 17, 2022
1 parent 743b151 commit 4272e5e
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions gradle/libs.versions.toml
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,6 @@ kotlinCompileTesting = "1.4.8"
junit = "4.13.2"
assertj = "3.22.0"
evoInflector = "1.3"
bytebuddy = "1.12.12"
ktfmt = "0.40"

[libraries]
Expand All @@ -18,7 +17,6 @@ ktorm-core = { module = "org.ktorm:ktorm-core", version.ref = "ktorm" }
kotlinpoet-ksp = { module = "com.squareup:kotlinpoet-ksp", version.ref = "kotlinpoetKsp" }
ksp-api = { module = "com.google.devtools.ksp:symbol-processing-api", version.ref = "googleKsp" }
evoInflector = { module = "org.atteo:evo-inflector", version.ref = "evoInflector" }
bytebuddy = { module = "net.bytebuddy:byte-buddy", version.ref = "bytebuddy" }
ktfmt = { module = "com.facebook:ktfmt", version.ref = "ktfmt" }

# Test libs
Expand Down

0 comments on commit 4272e5e

Please sign in to comment.