This is an automated email from the ASF dual-hosted git repository.
fanningpj pushed a commit to branch main
in repository https://gitbox.apache.org/repos/asf/pekko-persistence-dynamodb.git
The following commit(s) were added to refs/heads/main by this push:
new cc84559 Update testcontainers-scala-scalatest to 0.41.4 (#136)
cc84559 is described below
commit cc84559afbf6e8528188f36ae807dc334c61394e
Author: scala-steward-asf[bot]
<147768647+scala-steward-asf[bot]@users.noreply.github.com>
AuthorDate: Sun Jun 16 11:25:00 2024 +0100
Update testcontainers-scala-scalatest to 0.41.4 (#136)
* Update testcontainers-scala-scalatest to 0.41.4
* migrate to new API
* fix compile issue
---------
Co-authored-by: scala-steward-asf[bot]
<147768647+scala-steward-asf[bot]@users.noreply.github.com>
Co-authored-by: PJ Fanning <[email protected]>
Co-authored-by: JingZhang Chen <[email protected]>
---
build.sbt | 2 +-
src/test/scala/org/apache/pekko/persistence/dynamodb/IntegSpec.scala | 3 +--
2 files changed, 2 insertions(+), 3 deletions(-)
diff --git a/build.sbt b/build.sbt
index 117513d..896791b 100644
--- a/build.sbt
+++ b/build.sbt
@@ -16,7 +16,7 @@ crossScalaVersions := Seq("2.12.19", "2.13.14", "3.3.3")
crossVersion := CrossVersion.binary
val amzVersion = "1.12.744"
-val testcontainersScalaVersion = "0.41.3"
+val testcontainersScalaVersion = "0.41.4"
ThisBuild / resolvers += Resolver.ApacheMavenSnapshotsRepo
ThisBuild / versionScheme := Some(VersionScheme.SemVerSpec)
diff --git
a/src/test/scala/org/apache/pekko/persistence/dynamodb/IntegSpec.scala
b/src/test/scala/org/apache/pekko/persistence/dynamodb/IntegSpec.scala
index 3ca16da..9bb7308 100644
--- a/src/test/scala/org/apache/pekko/persistence/dynamodb/IntegSpec.scala
+++ b/src/test/scala/org/apache/pekko/persistence/dynamodb/IntegSpec.scala
@@ -20,7 +20,6 @@ trait IntegSpec extends ForAllTestContainer { self: Suite =>
// TODO: Use dynamic ports. This is a annoying to do as the actor system is
init prior to beforeAll.
override val container: FixedHostPortGenericContainer =
FixedHostPortGenericContainer(
"amazon/dynamodb-local:1.22.0",
- exposedContainerPort = 8000,
- exposedHostPort = 8888,
+ portBindings = Seq((8888, 8000)),
waitStrategy = new HttpWaitStrategy().forPath("/").forStatusCode(400))
}
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]