Skip to content

Commit

Permalink
Update testcontainers-scala to 0.41.0
Browse files Browse the repository at this point in the history
  • Loading branch information
scalikejdbc-bot[bot] committed Aug 30, 2023
1 parent cea6fd8 commit fdc8c12
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 @@ -57,7 +57,7 @@ lazy val core = (project in file("core")).settings(
"org.scalikejdbc" %% "scalikejdbc-joda-time" % scalikejdbcVersion % "test",
"com.github.jasync-sql" % "jasync-postgresql" % jasyncVersion % "provided",
"com.github.jasync-sql" % "jasync-mysql" % jasyncVersion % "provided",
"com.dimafeng" %% "testcontainers-scala" % "0.40.17" % "test",
"com.dimafeng" %% "testcontainers-scala" % "0.41.0" % "test",
"org.testcontainers" % "mysql" % "1.19.0" % "test",
"org.testcontainers" % "postgresql" % "1.19.0" % "test",
"org.postgresql" % "postgresql" % postgresqlVersion % "test",
Expand Down

0 comments on commit fdc8c12

Please sign in to comment.