Skip to content

Commit 8499324

Browse files
scala-steward-botxuwei-k
authored andcommitted
Update mysql to 1.19.7
1 parent 28cd297 commit 8499324

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

build.sbt

+1-1
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@ libraryDependencies += {
1616

1717
libraryDependencies ++= Seq(
1818
"com.dimafeng" %% "testcontainers-scala" % "0.41.3" % "test",
19-
"org.testcontainers" % "mysql" % "1.19.6" % "test",
19+
"org.testcontainers" % "mysql" % "1.19.7" % "test",
2020
"com.mysql" % "mysql-connector-j" % "8.3.0" % "test",
2121
"org.scalatest" %% "scalatest-funsuite" % "3.2.18" % "test",
2222
"com.h2database" % "h2" % "1.4.192" % "test",

0 commit comments

Comments
 (0)