Skip to content

Commit

Permalink
Merge pull request #1007 from scala-steward/update/elasticsearch-1.17.1
Browse files Browse the repository at this point in the history
Update elasticsearch, postgresql to 1.17.1
  • Loading branch information
adpi2 authored Apr 19, 2022
2 parents 32bbeec + f395f29 commit 22f1672
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 @@ -10,7 +10,7 @@ addSbtPlugin("ch.epfl.scala" % "sbt-scalafix" % "0.10.0")
addSbtPlugin("ch.epfl.scala" % "sbt-github-dependency-graph" % "0.1.0-M4")

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

0 comments on commit 22f1672

Please sign in to comment.