Skip to content

Commit

Permalink
Update build.sbt
Browse files Browse the repository at this point in the history
  • Loading branch information
jczuchnowski authored Mar 31, 2024
1 parent 2bccda9 commit 62bbee4
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion build.sbt
Original file line number Diff line number Diff line change
Expand Up @@ -179,7 +179,7 @@ lazy val jdbc_hikaricp = project
"dev.zio" %% "zio-test" % zioVersion % Test,
"dev.zio" %% "zio-test-sbt" % zioVersion % Test,
"org.testcontainers" % "mysql" % testcontainersVersion % Test,
"com.mysql" % "mysql-connector-j" % "8.0.29" % Test,
"com.mysql" % "mysql-connector-j" % "8.3.0" % Test,
"com.dimafeng" %% "testcontainers-scala-mysql" % testcontainersScalaVersion % Test
)
)
Expand Down

0 comments on commit 62bbee4

Please sign in to comment.