Skip to content

Commit

Permalink
Merge pull request #1319 from scalacenter/update/elasticsearch-1.19.3
Browse files Browse the repository at this point in the history
Update elasticsearch, postgresql to 1.19.3
  • Loading branch information
adpi2 authored Dec 18, 2023
2 parents 1de3b16 + 138a9da commit 79c03ae
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.1",
"org.testcontainers" % "elasticsearch" % "1.19.1",
"org.testcontainers" % "postgresql" % "1.19.3",
"org.testcontainers" % "elasticsearch" % "1.19.3",
"org.tpolecat" %% "doobie-postgres" % "0.13.4"
)

0 comments on commit 79c03ae

Please sign in to comment.