Update testcontainers-scala to 0.40.14
1 parent fdc35f4 commit a59120fe19464e1fefa810ad1851cb27ae6a1b71
@Scala Steward Scala Steward authored on 21 Mar 2023
kenji yoshida committed on 21 Mar 2023
Showing 1 changed file
View
2
■■■
build.sbt
"javax.servlet" % "javax.servlet-api" % "3.1.0" % "provided",
"junit" % "junit" % "4.13.2" % "test",
"org.scalatra" %% "scalatra-scalatest" % ScalatraVersion % "test" cross CrossVersion.for3Use2_13,
"org.mockito" % "mockito-core" % "4.11.0" % "test",
"com.dimafeng" %% "testcontainers-scala" % "0.40.12" % "test",
"com.dimafeng" %% "testcontainers-scala" % "0.40.14" % "test",
"org.testcontainers" % "mysql" % "1.17.6" % "test",
"org.testcontainers" % "postgresql" % "1.17.6" % "test",
"net.i2p.crypto" % "eddsa" % "0.3.0",
"is.tagomor.woothee" % "woothee-java" % "1.11.0",