2
0
mirror of https://github.com/VinylDNS/vinyldns synced 2025-09-05 00:35:29 +00:00

Record type filter for shared zones (#479)

This commit is contained in:
Britney Wright
2019-02-19 12:00:34 -05:00
committed by GitHub
parent c5c5bccfa9
commit 593fe45b52
15 changed files with 250 additions and 82 deletions

View File

@@ -48,7 +48,8 @@ object Dependencies {
"org.typelevel" %% "cats-effect" % catsEffectV,
"com.47deg" %% "github4s" % "0.18.6",
"com.comcast" %% "ip4s-core" % ip4sV,
"com.comcast" %% "ip4s-cats" % ip4sV
"com.comcast" %% "ip4s-cats" % ip4sV,
"com.iheart" %% "ficus" % "1.4.3"
)
lazy val coreDependencies = Seq(