Skip to content

Commit

Permalink
Update testcontainers-scala-postgresql, ... to 0.41.4
Browse files Browse the repository at this point in the history
  • Loading branch information
scala-steward committed Jun 14, 2024
1 parent e67f341 commit 7fb6843
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 @@ -73,8 +73,8 @@ def mainDependencies(scalaVersion: String) = {
"org.scala-lang.modules" %% "scala-collection-compat" % "2.12.0",
"org.slf4j" % "slf4j-simple" % "2.0.13" % "provided",
"org.scalatest" %% "scalatest" % "3.2.18" % "test",
"com.dimafeng" %% "testcontainers-scala-scalatest" % "0.41.3" % "test",
"com.dimafeng" %% "testcontainers-scala-postgresql" % "0.41.3" % "test"
"com.dimafeng" %% "testcontainers-scala-scalatest" % "0.41.4" % "test",
"com.dimafeng" %% "testcontainers-scala-postgresql" % "0.41.4" % "test"
) ++ (if (isScala3) Nil else Seq("org.scala-lang" % "scala-reflect" % scalaVersion))
}

Expand Down

0 comments on commit 7fb6843

Please sign in to comment.