Update testcontainers-scala to 0.41.2
1 parent 5d0531f commit 6e5ffdf65874119069af9c8805c96ff7a1e2db24
@Scala Steward Scala Steward authored on 29 Jan 2024
kenji yoshida committed on 29 Jan 2024
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-javax" % ScalatraVersion % "test",
"org.mockito" % "mockito-core" % "5.10.0" % "test",
"com.dimafeng" %% "testcontainers-scala" % "0.41.0" % "test",
"com.dimafeng" %% "testcontainers-scala" % "0.41.2" % "test",
"org.testcontainers" % "mysql" % "1.19.4" % "test",
"org.testcontainers" % "postgresql" % "1.19.4" % "test",
"net.i2p.crypto" % "eddsa" % "0.3.0",
"is.tagomor.woothee" % "woothee-java" % "1.11.0",