Skip to content

Commit

Permalink
Merge pull request #1266 from scalacenter/update/elasticsearch-1.19.0
Browse files Browse the repository at this point in the history
Update elasticsearch, postgresql to 1.19.0
  • Loading branch information
adpi2 authored Sep 4, 2023
2 parents 778ea1a + 01040cd commit 0692868
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.0")

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

0 comments on commit 0692868

Please sign in to comment.