Skip to content

Commit

Permalink
Merge pull request #1004 from scala-steward/update/flyway-core-8.5.8
Browse files Browse the repository at this point in the history
Update flyway-core to 8.5.8
  • Loading branch information
adpi2 authored Apr 19, 2022
2 parents 561acb6 + 5ba4e97 commit 32bbeec
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion build.sbt
Original file line number Diff line number Diff line change
Expand Up @@ -86,7 +86,7 @@ lazy val infra = project
libraryDependencies ++= Seq(
"com.sksamuel.elastic4s" %% "elastic4s-client-esjava" % V.elastic4sVersion,
"org.json4s" %% "json4s-native" % V.json4s,
"org.flywaydb" % "flyway-core" % "8.5.5", // for database migration
"org.flywaydb" % "flyway-core" % "8.5.8", // for database migration
"com.typesafe.akka" %% "akka-stream" % V.akkaVersion,
"com.typesafe.akka" %% "akka-http" % V.akkaHttpVersion,
"de.heikoseeberger" %% "akka-http-circe" % "1.39.2",
Expand Down

0 comments on commit 32bbeec

Please sign in to comment.