From a9a7e5df99fc8ccdee90588ce972bfa25a7b0075 Mon Sep 17 00:00:00 2001 From: Scala Steward Date: Tue, 4 Feb 2025 08:28:48 +0000 Subject: [PATCH] Update mysql, postgresql to 1.20.4 --- build.sbt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/build.sbt b/build.sbt index 0e4e5d1..a67ebd3 100644 --- a/build.sbt +++ b/build.sbt @@ -2,7 +2,7 @@ import sbt._ import sbt.Keys._ import scalariform.formatter.preferences._ -def testContainerVersion = "1.15.3" +def testContainerVersion = "1.20.4" lazy val `slick-joda-mapper` = project.in(file(".")) .settings(scalariformSettings)