We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 4926b1d + 90212b8 commit 1a1788fCopy full SHA for 1a1788f
build.sbt
@@ -11,7 +11,7 @@ mergifyExtraConditions := Seq(
11
12
libraryDependencies ++= List(
13
"com.github.sbt" % "junit-interface" % "0.13.3" % Test,
14
- "ch.qos.logback" % "logback-classic" % "1.5.15" % Test,
+ "ch.qos.logback" % "logback-classic" % "1.5.16" % Test,
15
"org.postgresql" % "postgresql" % "42.7.4" % Test
16
)
17
0 commit comments