diff --git a/README.md b/README.md index a24d31733..df3e2f2c6 100644 --- a/README.md +++ b/README.md @@ -20,9 +20,9 @@ repositories { dependencies { // other (less cool) dependencies - testImplementation("io.bkbn:kompendium-core:latest") - testImplementation("io.bkbn:kompendium-auth:latest") - testImplementation("io.bkbn:kompendium-swagger-ui:latest") + implementation("io.bkbn:kompendium-core:latest") + implementation("io.bkbn:kompendium-auth:latest") + implementation("io.bkbn:kompendium-swagger-ui:latest") } ```