Skip to content

Commit

Permalink
Constant instead of variable
Browse files Browse the repository at this point in the history
RISDEV-0000
  • Loading branch information
Nadav-B committed Jun 14, 2024
1 parent 47591ac commit b07b7a5
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion backend/build.gradle.kts
Original file line number Diff line number Diff line change
Expand Up @@ -207,7 +207,7 @@ dependencies {
implementation("org.apache.commons:commons-text:1.12.0")
implementation("org.jsoup:jsoup:1.17.2")

var flywayCore = "org.flywaydb:flyway-core:10.15.0"
val flywayCore = "org.flywaydb:flyway-core:10.15.0"
implementation(flywayCore)
"migrationImplementation"(flywayCore)
runtimeOnly("org.flywaydb:flyway-database-postgresql:10.15.0")
Expand Down

0 comments on commit b07b7a5

Please sign in to comment.