From e497cfeeccf7550a4340d5eec960d0b3196c05c3 Mon Sep 17 00:00:00 2001 From: Scala Steward Date: Fri, 20 Sep 2024 19:34:14 +0000 Subject: [PATCH] Update testcontainers to 1.19.8 --- build.sbt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/build.sbt b/build.sbt index 5bc18af..d6e677c 100644 --- a/build.sbt +++ b/build.sbt @@ -33,7 +33,7 @@ lazy val root = (project in file(".")) "com.chuusai" %% "shapeless" % "2.3.10" ) ++ Seq( "com.disneystreaming" %% "weaver-cats" % "0.8.3" % "it,test", - "org.testcontainers" % "testcontainers" % "1.19.1" % "it", + "org.testcontainers" % "testcontainers" % "1.19.8" % "it", "com.dimafeng" %% "testcontainers-scala-cassandra" % "0.41.4" % "it", "ch.qos.logback" % "logback-classic" % "1.4.11" % "it,test" ) ++ (scalaBinaryVersion.value match {