Update README.md

This commit is contained in:
Ryan Brink
2021-05-30 16:02:25 -04:00
committed by GitHub
parent 6e56bf7425
commit 2e7dad444b

View File

@ -20,9 +20,9 @@ repositories {
dependencies { dependencies {
// other (less cool) dependencies // other (less cool) dependencies
testImplementation("io.bkbn:kompendium-core:latest") implementation("io.bkbn:kompendium-core:latest")
testImplementation("io.bkbn:kompendium-auth:latest") implementation("io.bkbn:kompendium-auth:latest")
testImplementation("io.bkbn:kompendium-swagger-ui:latest") implementation("io.bkbn:kompendium-swagger-ui:latest")
} }
``` ```