Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Update testcontainers-scala-core to 0.41.5 #530

Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Update testcontainers-scala-core to 0.41.5
  • Loading branch information
scala-steward committed Dec 19, 2024
commit df88c459c055d16872d2f7cff8a00451606315c1
2 changes: 1 addition & 1 deletion scala-akkastreams/build.sbt
Original file line number Diff line number Diff line change
Expand Up @@ -10,5 +10,5 @@ libraryDependencies ++= Seq(
"org.asynchttpclient" % "async-http-client" % "3.0.0",
"org.scalatest" %% "scalatest" % "3.2.19" % Test,
"org.slf4j" % "slf4j-simple" % "2.0.16" % Test,
"com.dimafeng" %% "testcontainers-scala-core" % "0.41.4" % Test
"com.dimafeng" %% "testcontainers-scala-core" % "0.41.5" % Test
)
2 changes: 1 addition & 1 deletion scala-gears/build.sbt
Original file line number Diff line number Diff line change
Expand Up @@ -6,5 +6,5 @@ libraryDependencies ++= Seq(
"org.asynchttpclient" % "async-http-client" % "3.0.0",
"org.scalatest" %% "scalatest" % "3.2.19" % Test,
"org.slf4j" % "slf4j-simple" % "2.0.16" % Test,
"com.dimafeng" %% "testcontainers-scala-core" % "0.41.4" % Test
"com.dimafeng" %% "testcontainers-scala-core" % "0.41.5" % Test
)
2 changes: 1 addition & 1 deletion scala-kyo/build.sbt
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ libraryDependencies ++= Seq(
"io.getkyo" %% "kyo-sttp" % "0.15.1",
"org.slf4j" % "slf4j-simple" % "2.0.16",
"org.scalatest" %% "scalatest" % "3.2.19" % Test,
"com.dimafeng" %% "testcontainers-scala-core" % "0.41.4" % Test
"com.dimafeng" %% "testcontainers-scala-core" % "0.41.5" % Test
)

Test / testOptions += Tests.Argument(TestFrameworks.ScalaTest, "-oD")
Expand Down
2 changes: 1 addition & 1 deletion scala-ox/build.sbt
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ libraryDependencies ++= Seq(
"com.softwaremill.sttp.client3" %% "core" % "3.10.1",
"org.scalatest" %% "scalatest" % "3.2.19" % Test,
"org.slf4j" % "slf4j-simple" % "2.0.16" % Test,
"com.dimafeng" %% "testcontainers-scala-core" % "0.41.4" % Test
"com.dimafeng" %% "testcontainers-scala-core" % "0.41.5" % Test
)

fork := true
Expand Down
2 changes: 1 addition & 1 deletion scala-zio/build.sbt
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ libraryDependencies ++= Seq(
"dev.zio" %% "zio-test" % zioVersion % Test,
"dev.zio" %% "zio-test-sbt" % zioVersion % Test,
"org.slf4j" % "slf4j-simple" % "2.0.16" % Test,
"com.dimafeng" %% "testcontainers-scala-core" % "0.41.4" % Test
"com.dimafeng" %% "testcontainers-scala-core" % "0.41.5" % Test
)

testFrameworks += new TestFramework("zio.test.sbt.ZTestFramework")
Expand Down
Loading