Skip to content

Commit

Permalink
Use legacy it libraries for nsq
Browse files Browse the repository at this point in the history
  • Loading branch information
peel committed Sep 7, 2023
1 parent e905a48 commit 28c6bd9
Showing 1 changed file with 5 additions and 2 deletions.
7 changes: 5 additions & 2 deletions build.sbt
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit 28c6bd9

Please sign in to comment.