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.
2 parents d94d8ca + 4b23642 commit 2fc055eCopy full SHA for 2fc055e
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