Skip to content

Commit

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

Update testcontainers-scala-postgresql, ... to 0.41.2
  • Loading branch information
tminglei authored Jan 31, 2024
2 parents fdfa17c + b35da16 commit bb81554
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 @@ -71,8 +71,8 @@ def mainDependencies(scalaVersion: String) = {
"org.scala-lang.modules" %% "scala-collection-compat" % "2.11.0",
"org.slf4j" % "slf4j-simple" % "2.0.11" % "provided",
"org.scalatest" %% "scalatest" % "3.2.17" % "test",
"com.dimafeng" %% "testcontainers-scala-scalatest" % "0.41.0" % "test",
"com.dimafeng" %% "testcontainers-scala-postgresql" % "0.41.0" % "test"
"com.dimafeng" %% "testcontainers-scala-scalatest" % "0.41.2" % "test",
"com.dimafeng" %% "testcontainers-scala-postgresql" % "0.41.2" % "test"
) ++ (if (scalaVersion.startsWith("3")) Nil else Seq("org.scala-lang" % "scala-reflect" % scalaVersion))
}

Expand Down

0 comments on commit bb81554

Please sign in to comment.