Skip to content

Commit

Permalink
Update testcontainers-scala-scalatest to 0.41.4 (#136)
Browse files Browse the repository at this point in the history
* 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 <pjfanning@users.noreply.github.com>
Co-authored-by: JingZhang Chen <iRoiocam@gmail.com>
  • Loading branch information
3 people authored Jun 16, 2024
1 parent 2430de3 commit cc84559
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 3 deletions.
2 changes: 1 addition & 1 deletion build.sbt
Original file line number Diff line number Diff line change
Expand Up @@ -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)
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -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))
}

0 comments on commit cc84559

Please sign in to comment.