Skip to content

Commit

Permalink
update email validator lib
Browse files Browse the repository at this point in the history
  • Loading branch information
kamenitxan committed Jun 9, 2024
1 parent 591494a commit 7cb128a
Showing 1 changed file with 1 addition and 3 deletions.
4 changes: 1 addition & 3 deletions build.sbt
Original file line number Diff line number Diff line change
Expand Up @@ -56,9 +56,7 @@ val Dependencies = new {
"io.github.classgraph" % "classgraph" % "4.8.171",
"com.zaxxer" % "HikariCP" % "5.1.0",
"com.github.scribejava" % "scribejava-apis" % "8.3.3",
"cz.etn" % "email-validator" % "1.3.0" excludeAll(
ExclusionRule(organization = "javax.mail", name = "javax.mail-api")
),
"cz.etn" % "email-validator" % "1.4.0",
"com.lihaoyi" %% "sourcecode" % "0.4.2"
)
)
Expand Down

0 comments on commit 7cb128a

Please sign in to comment.