Skip to content

Commit

Permalink
Merge pull request #20 from scala-steward/update/testcontainers-scala…
Browse files Browse the repository at this point in the history
…-0.34.1

Update testcontainers-scala to 0.34.1
  • Loading branch information
Dennis Mellert authored Dec 10, 2019
2 parents 04311c6 + 4abd682 commit c2a58c5
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion build.sbt
Original file line number Diff line number Diff line change
Expand Up @@ -53,7 +53,7 @@ libraryDependencies ++= Seq(
"ch.qos.logback" % "logback-classic" % "1.2.3",
"com.typesafe.scala-logging" %% "scala-logging" % "3.9.2",
"org.scalatest" %% "scalatest" % "3.1.0" % Test,
"com.dimafeng" %% "testcontainers-scala" % "0.33.0" % Test,
"com.dimafeng" %% "testcontainers-scala" % "0.34.1" % Test,
"org.testcontainers" % "postgresql" % "1.12.4" % Test,
"com.typesafe.akka" %% "akka-stream-testkit" % "2.6.1" % Test,
"com.typesafe.akka" %% "akka-http-testkit" % "10.1.11" % Test
Expand Down

0 comments on commit c2a58c5

Please sign in to comment.