Skip to content

Commit

Permalink
Update postgresql to 42.7.5
Browse files Browse the repository at this point in the history
  • Loading branch information
scala-steward authored and rolang committed Jan 20, 2025
1 parent b3dbf6a commit c5b22e1
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 @@ -351,7 +351,7 @@ lazy val tests = crossProject(JVMPlatform, NativePlatform)
)

lazy val flywayVersion = "11.0.0"
lazy val postgresqlVersion = "42.7.4"
lazy val postgresqlVersion = "42.7.5"
lazy val testsFlyway = project
.in(file("modules/tests-flyway"))
.enablePlugins(AutomateHeaderPlugin, NoPublishPlugin)
Expand Down

0 comments on commit c5b22e1

Please sign in to comment.