Skip to content

Commit 369a6f0

Browse files
committed
Fix absence of applying Flyway migrations after app start
1 parent 39133b6 commit 369a6f0

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/main/kotlin/by/andd3dfx/build/Dependecies.kt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -155,7 +155,7 @@ fun DependencyHandlerScope.h2() {
155155
}
156156

157157
fun DependencyHandlerScope.flywayCore() {
158-
testImplementation("org.flywaydb:flyway-core")
158+
implementation("org.flywaydb:flyway-core")
159159
}
160160

161161
fun DependencyHandlerScope.testContainers(version: String = DependencyVersions.TEST_CONTAINERS) {

0 commit comments

Comments
 (0)