Skip to content

Commit

Permalink
Update elasticsearch, postgresql to 1.19.7
Browse files Browse the repository at this point in the history
  • Loading branch information
scala-center-steward[bot] committed Mar 15, 2024
1 parent 61150b6 commit 5fbea52
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions project/plugins.sbt
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ addSbtPlugin("org.portable-scala" % "sbt-scalajs-crossproject" % "1.3.2")
addSbtPlugin("ch.epfl.scala" % "sbt-scalafix" % "0.11.1")

libraryDependencies ++= Seq(
"org.testcontainers" % "postgresql" % "1.19.6",
"org.testcontainers" % "elasticsearch" % "1.19.6",
"org.testcontainers" % "postgresql" % "1.19.7",
"org.testcontainers" % "elasticsearch" % "1.19.7",
"org.tpolecat" %% "doobie-postgres" % "0.13.4"
)

0 comments on commit 5fbea52

Please sign in to comment.