Skip to content

Commit

Permalink
Update testcontainers-scala-scalatest to 0.41.4
Browse files Browse the repository at this point in the history
  • Loading branch information
azanin committed Oct 27, 2024
1 parent a7ae9e0 commit 55a979a
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion build.sbt
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@ lazy val root = (project in file("."))
"com.codecommit" %% "cats-effect-testing-scalatest" % "0.5.4",
"org.http4s" %% "http4s-blaze-client" % "0.21.34",
"org.http4s" %% "http4s-circe" % "0.21.34",
"com.dimafeng" %% "testcontainers-scala-scalatest" % "0.41.3"
"com.dimafeng" %% "testcontainers-scala-scalatest" % "0.41.4"
),
scriptedLaunchOpts ++= List(
"-Xms1024m",
Expand Down
2 changes: 1 addition & 1 deletion src/main/g8/build.sbt
Original file line number Diff line number Diff line change
Expand Up @@ -85,7 +85,7 @@ lazy val tests = project
.settings(commonSettings)
.settings(
libraryDependencies ++= Seq(
"com.dimafeng" %% "testcontainers-scala-scalatest" % "0.41.3"
"com.dimafeng" %% "testcontainers-scala-scalatest" % "0.41.4"
)
)
.settings(parallelExecution in IntegrationTest := false)
Expand Down

0 comments on commit 55a979a

Please sign in to comment.