We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 47974d5 commit 5a207beCopy full SHA for 5a207be
build.sbt
@@ -12,7 +12,7 @@ mergifyExtraConditions := Seq(
12
libraryDependencies ++= List(
13
"com.github.sbt" % "junit-interface" % "0.13.3" % Test,
14
"ch.qos.logback" % "logback-classic" % "1.5.16" % Test,
15
- "org.postgresql" % "postgresql" % "42.7.4" % Test
+ "org.postgresql" % "postgresql" % "42.7.5" % Test
16
)
17
18
scalacOptions += "-deprecation"
0 commit comments