Skip to content

Commit 0d8cf8b

Browse files
authored
[BUILD] Upgrade testcontainers to 2.0.2 and fix Jenkinsfile (#82)
1 parent 012e914 commit 0d8cf8b

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

Jenkinsfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@ pipeline {
1515
stage('Test') {
1616
steps {
1717
sh 'docker pull linagora/tmail-backend:memory-branch-master'
18-
sh 'sbt GatlingIt/test'
18+
sh 'sbt -Dapi.version=1.43 GatlingIt/test'
1919
}
2020
post {
2121
always {

build.sbt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@ libraryDependencies += "org.scalatest" %% "scalatest" % "3.2.16" % "test,it"
1818
libraryDependencies += "com.typesafe.akka" %% "akka-testkit" % "2.6.20" % "it"
1919
libraryDependencies += "com.typesafe.akka" %% "akka-protobuf" % "2.6.20" % "it"
2020
libraryDependencies += "com.typesafe.akka" %% "akka-stream" % "2.6.20" % "it"
21-
libraryDependencies += "org.testcontainers" % "testcontainers" % "1.17.1" % "it"
21+
libraryDependencies += "org.testcontainers" % "testcontainers" % "2.0.2" % "it"
2222
libraryDependencies += "com.typesafe.play" %% "play-ahc-ws-standalone" % "2.1.11" % "it"
2323

2424

0 commit comments

Comments
 (0)