From 28c6bd9453320446e0a885270a79d39a5c7cd862 Mon Sep 17 00:00:00 2001 From: Piotr Limanowski Date: Thu, 7 Sep 2023 13:00:12 +0200 Subject: [PATCH] Use legacy it libraries for nsq --- build.sbt | 7 +++++-- 1 file changed, 5 insertions(+), 2 deletions(-) diff --git a/build.sbt b/build.sbt index 86efdced4..0f417db74 100644 --- a/build.sbt +++ b/build.sbt @@ -267,8 +267,11 @@ lazy val nsqSettings = Dependencies.Libraries.log4j, // integration tests dependencies // Dependencies.Libraries.IT.catsRetry, - Dependencies.Libraries.IT.specs2, - Dependencies.Libraries.IT.specs2CE, + Dependencies.Libraries.LegacyIT.specs2, + Dependencies.Libraries.LegacyIT.specs2CE, + Dependencies.Libraries.LegacyIT.testcontainers, + Dependencies.Libraries.LegacyIT.http4sClient, + Dependencies.Libraries.LegacyIT.catsRetry ), IntegrationTest / test := (IntegrationTest / test).dependsOn(Docker / publishLocal).value, IntegrationTest / testOnly := (IntegrationTest / testOnly).dependsOn(Docker / publishLocal).evaluated