Skip to content

Commit cbb245b

Browse files
scala-steward-botxuwei-k
authored andcommitted
Update mysql to 1.21.0
1 parent a8f3290 commit cbb245b

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
@@ -9,7 +9,7 @@ crossScalaVersions := List("2.12.20", "2.13.16", "3.3.5")
99
libraryDependencies ++= Seq(
1010
"com.typesafe.slick" %% "slick" % "3.6.0",
1111
"com.dimafeng" %% "testcontainers-scala" % "0.43.0" % "test",
12-
"org.testcontainers" % "mysql" % "1.20.6" % "test",
12+
"org.testcontainers" % "mysql" % "1.21.0" % "test",
1313
"com.mysql" % "mysql-connector-j" % "9.2.0" % "test",
1414
"org.scalatest" %% "scalatest-funsuite" % "3.2.19" % "test",
1515
"com.h2database" % "h2" % "1.4.192" % "test",

0 commit comments

Comments
 (0)