Skip to content

Commit

Permalink
Update mysql, testcontainers to 1.20.0
Browse files Browse the repository at this point in the history
  • Loading branch information
scala-steward committed Jul 29, 2024
1 parent 5827ed7 commit 9d5011d
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions project/Dependencies.scala
Original file line number Diff line number Diff line change
Expand Up @@ -12,8 +12,8 @@ object Dependencies {
"org.scalamock" %% "scalamock" % "6.0.0" % Test,
"org.scalatest" %% "scalatest" % "3.2.18" % Test,
"com.dimafeng" %% "testcontainers-scala" % "0.41.3" % Test,
"org.testcontainers" % "mysql" % "1.19.8" % Test,
"org.testcontainers" % "testcontainers" % "1.19.8" % Test
"org.testcontainers" % "mysql" % "1.20.0" % Test,
"org.testcontainers" % "testcontainers" % "1.20.0" % Test
)
)

Expand Down

0 comments on commit 9d5011d

Please sign in to comment.