2
0
mirror of https://github.com/VinylDNS/vinyldns synced 2025-08-22 02:02:14 +00:00
This commit is contained in:
Jay07GIT 2022-11-21 12:50:19 +05:30
parent ee2581cc3a
commit bc21d26aa3
No known key found for this signature in database
GPG Key ID: AC6B0308EFC79008
2 changed files with 2 additions and 2 deletions

View File

@ -29,7 +29,7 @@ object Dependencies {
"com.amazonaws" % "aws-java-sdk-core" % awsV withSources(),
"com.github.ben-manes.caffeine" % "caffeine" % "2.2.7",
"com.github.cb372" %% "scalacache-caffeine" % "0.9.4",
"com.google.protobuf" % "protobuf-java" % "3.21.7",
"com.google.protobuf" % "protobuf-java" % "3.15.8",
"dnsjava" % "dnsjava" % "3.4.2",
"org.apache.commons" % "commons-lang3" % "3.4",
"org.apache.commons" % "commons-text" % "1.4",

View File

@ -20,7 +20,7 @@ addSbtPlugin("com.typesafe.sbt" % "sbt-ghpages" % "0.6.3")
addSbtPlugin("de.heikoseeberger" % "sbt-header" % "5.5.0")
addSbtPlugin("com.typesafe.play" % "sbt-plugin" % "2.8.18")
addSbtPlugin("com.typesafe.play" % "sbt-plugin" % "2.7.4")
addSbtPlugin("org.scalameta" % "sbt-scalafmt" % "2.3.4")