Skip to content

Commit

Permalink
try liquibase 4.30.0
Browse files Browse the repository at this point in the history
  • Loading branch information
davidangb committed Dec 19, 2024
1 parent 0641a36 commit 30703f1
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion project/Dependencies.scala
Original file line number Diff line number Diff line change
Expand Up @@ -119,7 +119,7 @@ object Dependencies {
val slick: ModuleID = "com.typesafe.slick" %% "slick" % slickV excludeAll (excludeTypesafeConfig, excludeReactiveStream)
val hikariCP: ModuleID = "com.typesafe.slick" %% "slick-hikaricp" % slickV excludeAll (excludeSlf4j)
val mysql: ModuleID = "mysql" % "mysql-connector-java" % "8.0.32"
val liquibase: ModuleID = "org.liquibase" % "liquibase-core" % "4.20.0"
val liquibase: ModuleID = "org.liquibase" % "liquibase-core" % "4.30.0"
val sealerate: ModuleID = "ca.mrvisser" %% "sealerate" % "0.0.6"
val googleCloudNio: ModuleID = "com.google.cloud" % "google-cloud-nio" % "0.127.7" % Test // brought in for FakeStorageInterpreter

Expand Down

0 comments on commit 30703f1

Please sign in to comment.