Skip to content

Commit

Permalink
ignore removed dependencies
Browse files Browse the repository at this point in the history
  • Loading branch information
mr-git committed May 17, 2024
1 parent 8a265bd commit af035c4
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions build.sbt
Original file line number Diff line number Diff line change
Expand Up @@ -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`,
Expand Down

0 comments on commit af035c4

Please sign in to comment.