We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 9984411 commit 7bff599Copy full SHA for 7bff599
project/plugins.sbt
@@ -7,7 +7,7 @@ addSbtPlugin("org.portable-scala" % "sbt-scalajs-crossproject" % "1.3.2")
7
addSbtPlugin("ch.epfl.scala" % "sbt-scalafix" % "0.14.0")
8
9
libraryDependencies ++= Seq(
10
- "org.testcontainers" % "postgresql" % "1.20.4",
11
- "org.testcontainers" % "elasticsearch" % "1.20.4",
+ "org.testcontainers" % "postgresql" % "1.20.5",
+ "org.testcontainers" % "elasticsearch" % "1.20.5",
12
"org.tpolecat" %% "doobie-postgres" % "0.13.4"
13
)
0 commit comments