Skip to content

Commit

Permalink
Merge pull request #216 from Team-Shaka/develop
Browse files Browse the repository at this point in the history
๐Ÿ› Fix: flyway ๋ฒ„์ „ ๋ช…์‹œ
  • Loading branch information
ahnsugyeong authored Jul 21, 2024
2 parents c2dce48 + 9572795 commit b2942c1
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions core/Briefing-Common/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -23,8 +23,8 @@ dependencies {
implementation 'org.springframework.boot:spring-boot-starter-validation'

// Flyway
implementation 'org.flywaydb:flyway-core'
implementation 'org.flywaydb:flyway-mysql'
implementation 'org.flywaydb:flyway-core:9.16.3'
implementation 'org.flywaydb:flyway-mysql:9.16.3'
}

tasks.named('test') {
Expand Down

0 comments on commit b2942c1

Please sign in to comment.