From 2e7dad444b049d913a5b422336c370e1d4b132f6 Mon Sep 17 00:00:00 2001 From: Ryan Brink <5607577+rgbrizzlehizzle@users.noreply.github.com> Date: Sun, 30 May 2021 16:02:25 -0400 Subject: [PATCH] Update README.md --- README.md | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) 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") } ```