2
0
mirror of https://github.com/VinylDNS/vinyldns synced 2025-08-22 02:02:14 +00:00

Rollback Flyway dependency to support MySQL 5.x

This commit is contained in:
Emerle, Ryan 2021-12-17 08:38:58 -05:00
parent 99f3d531f7
commit 5d56f58ab5
No known key found for this signature in database
GPG Key ID: C0D34C592AED41CE
2 changed files with 3 additions and 3 deletions

View File

@ -33,7 +33,7 @@ object Dependencies {
"dnsjava" % "dnsjava" % "3.4.2",
"org.apache.commons" % "commons-lang3" % "3.4",
"org.apache.commons" % "commons-text" % "1.4",
"org.flywaydb" % "flyway-core" % "8.0.0",
"org.flywaydb" % "flyway-core" % "7.14.1",
"org.json4s" %% "json4s-ext" % "3.5.3",
"org.json4s" %% "json4s-jackson" % "3.5.3",
"org.scalikejdbc" %% "scalikejdbc" % scalikejdbcV,
@ -77,7 +77,7 @@ object Dependencies {
)
lazy val mysqlDependencies = Seq(
"org.flywaydb" % "flyway-core" % "8.0.0",
"org.flywaydb" % "flyway-core" % "7.14.1",
"org.mariadb.jdbc" % "mariadb-java-client" % "2.3.0",
"org.scalikejdbc" %% "scalikejdbc" % scalikejdbcV,
"org.scalikejdbc" %% "scalikejdbc-config" % scalikejdbcV,

View File

@ -1 +1 @@
version in ThisBuild := "0.10.0"
version in ThisBuild := "0.10.1"