We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent eb8d65a commit 4b23642Copy full SHA for 4b23642
build.sbt
@@ -423,7 +423,7 @@ lazy val scala_libraries = (project in file("scala-libraries"))
423
),
424
libraryDependencies ++= Seq(
425
"org.playframework" %% "play-slick" % LibraryVersions.playSlickVersion,
426
- "org.postgresql" % "postgresql" % "42.7.3"
+ "org.postgresql" % "postgresql" % "42.7.4"
427
428
dependencyOverrides := Seq(
429
"com.typesafe.akka" %% "akka-protobuf-v3" % AkkaVersion,
0 commit comments