Skip to content

Commit 7be1819

Browse files
scala-steward-botxuwei-k
authored andcommitted
Update mysql to 1.19.5
1 parent a837b75 commit 7be1819

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

build.sbt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@ libraryDependencies += {
1616

1717
libraryDependencies ++= Seq(
1818
"com.dimafeng" %% "testcontainers-scala" % "0.41.2" % "test",
19-
"org.testcontainers" % "mysql" % "1.19.4" % "test",
19+
"org.testcontainers" % "mysql" % "1.19.5" % "test",
2020
"com.mysql" % "mysql-connector-j" % "8.3.0" % "test",
2121
"org.scalatest" %% "scalatest-funsuite" % "3.2.17" % "test",
2222
"com.h2database" % "h2" % "1.4.192" % "test",

0 commit comments

Comments
 (0)