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 db0fa7d commit 4945f0bCopy full SHA for 4945f0b
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.18" % Test,
15
- "org.postgresql" % "postgresql" % "42.7.4" % Test
+ "org.postgresql" % "postgresql" % "42.7.8" % Test
16
)
17
18
scalacOptions += "-deprecation"
0 commit comments