Skip to content

Commit

Permalink
chore(build): Bump testcontainers version. (#1723)
Browse files Browse the repository at this point in the history
  • Loading branch information
Benjamin Geer committed Oct 2, 2020
1 parent b635495 commit 24ae1d3
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion third_party/dependencies.bzl
Expand Up @@ -122,7 +122,7 @@ def dependencies():
"com.typesafe.akka:akka-stream-testkit_2.12:%s" % (AKKA_VERSION),
"com.typesafe.akka:akka-http-testkit_2.12:%s" % (AKKA_HTTP_VERSION),
"org.scalatest:scalatest_2.12:3.1.2",
"org.testcontainers:testcontainers:1.14.3",
"org.testcontainers:testcontainers:1.15.0-rc2",
"junit:junit:4.13",
"io.gatling.highcharts:gatling-charts-highcharts:3.2.1",
"io.gatling:gatling-test-framework:3.2.1",
Expand Down

0 comments on commit 24ae1d3

Please sign in to comment.