Skip to content

Commit

Permalink
Merge pull request #544 from scala-steward/update/testcontainers-scal…
Browse files Browse the repository at this point in the history
…a-postgresql-0.40.3

Update testcontainers-scala-postgresql, ... to 0.40.3
  • Loading branch information
tminglei authored Mar 17, 2022
2 parents fe7e511 + fed21c5 commit c84db35
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions build.sbt
Original file line number Diff line number Diff line change
Expand Up @@ -75,8 +75,8 @@ def mainDependencies(scalaVersion: String) = {
"org.postgresql" % "postgresql" % "42.3.3",
"org.slf4j" % "slf4j-simple" % "1.7.36" % "provided",
"org.scalatest" %% "scalatest" % "3.2.11" % "test",
"com.dimafeng" %% "testcontainers-scala-scalatest" % "0.40.2" % "test",
"com.dimafeng" %% "testcontainers-scala-postgresql" % "0.40.2" % "test"
"com.dimafeng" %% "testcontainers-scala-scalatest" % "0.40.3" % "test",
"com.dimafeng" %% "testcontainers-scala-postgresql" % "0.40.3" % "test"
) ++ extractedLibs
}

Expand Down

0 comments on commit c84db35

Please sign in to comment.