Skip to content

Commit

Permalink
FDN-2593 Bump version of lib-cipher to latest available (#945)
Browse files Browse the repository at this point in the history
  • Loading branch information
jackl authored Jan 8, 2025
1 parent 0b9b1be commit 617540d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion build.sbt
Original file line number Diff line number Diff line change
Expand Up @@ -119,7 +119,7 @@ lazy val api = project
"com.google.inject" % "guice" % "5.1.0",
"com.google.inject.extensions" % "guice-assistedinject" % "5.1.0",
"org.projectlombok" % "lombok" % "1.18.32" % "provided",
("com.github.mbryzek" % "lib-cipher" % "0.0.2").cross(CrossVersion.for3Use2_13),
("com.github.mbryzek" % "lib-cipher" % "0.0.7").cross(CrossVersion.for3Use2_13),
"com.github.mbryzek" % "lib-util" % "0.0.7",
"com.sendgrid" % "sendgrid-java" % "4.10.2",
"com.github.mbryzek" % "lib-query" % "0.0.2",
Expand Down

0 comments on commit 617540d

Please sign in to comment.