Skip to content

Commit 7bff599

Browse files
Update elasticsearch, postgresql to 1.20.5
1 parent 9984411 commit 7bff599

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

project/plugins.sbt

+2-2
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@ addSbtPlugin("org.portable-scala" % "sbt-scalajs-crossproject" % "1.3.2")
77
addSbtPlugin("ch.epfl.scala" % "sbt-scalafix" % "0.14.0")
88

99
libraryDependencies ++= Seq(
10-
"org.testcontainers" % "postgresql" % "1.20.4",
11-
"org.testcontainers" % "elasticsearch" % "1.20.4",
10+
"org.testcontainers" % "postgresql" % "1.20.5",
11+
"org.testcontainers" % "elasticsearch" % "1.20.5",
1212
"org.tpolecat" %% "doobie-postgres" % "0.13.4"
1313
)

0 commit comments

Comments
 (0)