diff --git a/build.sbt b/build.sbt index d3f852ad1..ac5f35eb8 100644 --- a/build.sbt +++ b/build.sbt @@ -26,7 +26,7 @@ addCommandAlias("check", "all scalafmtSbtCheck scalafmtCheck test:scalafmtCheck" val zioVersion = "2.0.0-RC5" val zioSchemaVersion = "0.1.9" -val testcontainersVersion = "1.16.3" +val testcontainersVersion = "1.17.1" val testcontainersScalaVersion = "0.40.6" lazy val startPostgres = taskKey[Unit]("Start up Postgres")