Skip to content

Commit

Permalink
Merge pull request #1434 from scalacenter/update/elasticsearch-1.20.1
Browse files Browse the repository at this point in the history
Update elasticsearch, postgresql to 1.20.1
  • Loading branch information
adpi2 authored Aug 5, 2024
2 parents b109089 + 79dd64c commit 3fcd4f5
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.8",
"org.testcontainers" % "elasticsearch" % "1.19.8",
"org.testcontainers" % "postgresql" % "1.20.1",
"org.testcontainers" % "elasticsearch" % "1.20.1",
"org.tpolecat" %% "doobie-postgres" % "0.13.4"
)

0 comments on commit 3fcd4f5

Please sign in to comment.