Skip to content

Commit

Permalink
Merge pull request #1552 from scalacenter/update/elasticsearch-1.20.5
Browse files Browse the repository at this point in the history
Update elasticsearch, postgresql to 1.20.5
  • Loading branch information
adpi2 authored Mar 3, 2025
2 parents c3dce9b + 7bff599 commit c6ebcc4
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.14.2")

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

0 comments on commit c6ebcc4

Please sign in to comment.