From 25a51e9cbdc13c48863f767736585d378d2ebbe1 Mon Sep 17 00:00:00 2001 From: Scala Steward Date: Thu, 15 Apr 2021 10:57:35 +0200 Subject: [PATCH] Update database-commons, jdbc, mssqlserver, ... to 1.15.3 --- build.sbt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/build.sbt b/build.sbt index adc6a64e1..9b6e85b3e 100644 --- a/build.sbt +++ b/build.sbt @@ -25,7 +25,7 @@ addCommandAlias("fmt", "fmtOnce;fmtOnce") addCommandAlias("check", "all scalafmtSbtCheck scalafmtCheck test:scalafmtCheck") val zioVersion = "1.0.5" -val testcontainersVersion = "1.15.2" +val testcontainersVersion = "1.15.3" val testcontainersScalaVersion = "0.39.3" lazy val startPostgres = taskKey[Unit]("Start up Postgres")