Skip to content

Commit

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

Update testcontainers-scala-core to 0.41.8
  • Loading branch information
jamesward authored Jan 20, 2025
2 parents 2f923e2 + 63356df commit 8e205cc
Show file tree
Hide file tree
Showing 6 changed files with 8 additions and 7 deletions.
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.5" % Test
"com.dimafeng" %% "testcontainers-scala-core" % "0.41.8" % 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.5" % Test
"com.dimafeng" %% "testcontainers-scala-core" % "0.41.8" % 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.5" % Test
"com.dimafeng" %% "testcontainers-scala-core" % "0.41.8" % 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.2",
"org.scalatest" %% "scalatest" % "3.2.19" % Test,
"org.slf4j" % "slf4j-simple" % "2.0.16" % Test,
"com.dimafeng" %% "testcontainers-scala-core" % "0.41.5" % Test
"com.dimafeng" %% "testcontainers-scala-core" % "0.41.8" % Test
)

fork := true
Expand Down
5 changes: 3 additions & 2 deletions scala-soundness/build.sbt
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ libraryDependencies ++= Seq(
"dev.soundness" % "telekinesis-core" % SoundnessVersion,
"org.scalatest" %% "scalatest" % "3.2.19" % Test,
"org.slf4j" % "slf4j-simple" % "2.0.16" % Test,
"com.dimafeng" %% "testcontainers-scala-core" % "0.41.5" % Test
"com.dimafeng" %% "testcontainers-scala-core" % "0.41.8" % Test
)
scalacOptions ++= Seq(
"-experimental",
Expand All @@ -22,5 +22,6 @@ scalacOptions ++= Seq(
"-language:experimental.erasedDefinitions",
"-language:experimental.namedTypeArguments",
"-language:experimental.namedTuples",
"-Xmax-inlines", "100"
"-Xmax-inlines",
"100"
)
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.5" % Test
"com.dimafeng" %% "testcontainers-scala-core" % "0.41.8" % Test
)

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

0 comments on commit 8e205cc

Please sign in to comment.