Skip to content

Commit

Permalink
Fix compilation
Browse files Browse the repository at this point in the history
  • Loading branch information
DRSchlaubi committed Feb 17, 2025
1 parent 61a4ede commit 1e1f3b0
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion gradle/libs.versions.toml
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ kotlinpoet-ksp = { group = "com.squareup", name = "kotlinpoet-ksp", version.ref

codegen-kotlinpoet = { group = "dev.kord.codegen", name = "kotlinpoet", version = "main-20240811.165308-18" }
codegen-ksp = { group = "dev.kord.codegen", name = "ksp", version = "main-20240811.165308-20" }
codegen-ksp-processor = { group = "dev.kord.codegen", name = "ksp-processor", version = "main-20240811.165308-19" }
codegen-ksp-processor = { group = "dev.kord.codegen", name = "ksp-processor", version = "main-20241026.144617-22" }

mockk = { group = "io.mockk", name = "mockk", version = "1.13.16" }

Expand Down

0 comments on commit 1e1f3b0

Please sign in to comment.