Skip to content

Commit

Permalink
Update testcontainers-scala-postgresql, ... to 0.41.0
Browse files Browse the repository at this point in the history
  • Loading branch information
scala-steward committed Sep 17, 2023
1 parent 212babc commit 71e939f
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 @@ -70,8 +70,8 @@ def mainDependencies(scalaVersion: String) = {
"org.scala-lang.modules" %% "scala-collection-compat" % "2.11.0",
"org.slf4j" % "slf4j-simple" % "2.0.9" % "provided",
"org.scalatest" %% "scalatest" % "3.2.17" % "test",
"com.dimafeng" %% "testcontainers-scala-scalatest" % "0.40.17" % "test",
"com.dimafeng" %% "testcontainers-scala-postgresql" % "0.40.17" % "test"
"com.dimafeng" %% "testcontainers-scala-scalatest" % "0.41.0" % "test",
"com.dimafeng" %% "testcontainers-scala-postgresql" % "0.41.0" % "test"
)
}

Expand Down

0 comments on commit 71e939f

Please sign in to comment.