From af035c4f54dc3f1e27a0a8b8fdac6a18f7436a78 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Mareks=20Ramp=C4=81ns?= <8796159+mr-git@users.noreply.github.com> Date: Fri, 17 May 2024 18:03:10 +0300 Subject: [PATCH] ignore removed dependencies --- build.sbt | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/build.sbt b/build.sbt index 4d7912e..93649d9 100644 --- a/build.sbt +++ b/build.sbt @@ -18,6 +18,12 @@ releaseCrossBuild := true publishTo := Some(Resolver.evolutionReleases) // sbt-release versionPolicyIntention := Compatibility.BinaryCompatible // sbt-version-policy +// TODO remove after 3.0.2 is released +versionPolicyIgnored := Seq( + "com.evolutiongaming" %% "nel", + "com.evolutiongaming" %% "safe-actor", +) + libraryDependencies ++= Seq( `ddata-tools`, `cats-helper`,