We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 39133b6 commit 369a6f0Copy full SHA for 369a6f0
src/main/kotlin/by/andd3dfx/build/Dependecies.kt
@@ -155,7 +155,7 @@ fun DependencyHandlerScope.h2() {
155
}
156
157
fun DependencyHandlerScope.flywayCore() {
158
- testImplementation("org.flywaydb:flyway-core")
+ implementation("org.flywaydb:flyway-core")
159
160
161
fun DependencyHandlerScope.testContainers(version: String = DependencyVersions.TEST_CONTAINERS) {
0 commit comments