From fdc8c1240e1b012e7cd72288191cca16646c2bf1 Mon Sep 17 00:00:00 2001 From: "scalikejdbc-bot[bot]" <74833019+scalikejdbc-bot[bot]@users.noreply.github.com> Date: Wed, 30 Aug 2023 00:48:15 +0000 Subject: [PATCH] Update testcontainers-scala to 0.41.0 --- build.sbt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/build.sbt b/build.sbt index f891641..87cdb22 100644 --- a/build.sbt +++ b/build.sbt @@ -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",