We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent c30d55a commit 4a6378dCopy full SHA for 4a6378d
1 file changed
build.sbt
@@ -10,9 +10,9 @@ mergifyExtraConditions := Seq(
10
)
11
12
libraryDependencies ++= List(
13
- "com.github.sbt" % "junit-interface" % "0.13.3" % Test,
14
- "ch.qos.logback" % "logback-classic" % "1.5.32" % Test,
15
- "org.postgresql" % "postgresql" % "42.7.4" % Test
+ "com.github.sbt" % "junit-interface" % "0.13.3" % Test,
+ "ch.qos.logback" % "logback-classic" % "1.5.32" % Test,
+ "org.postgresql" % "postgresql" % "42.7.10" % Test
16
17
18
scalacOptions += "-deprecation"
0 commit comments