Skip to content

Commit

Permalink
update dependencies
Browse files Browse the repository at this point in the history
  • Loading branch information
rmgk committed Nov 3, 2024
1 parent 91fb805 commit 37efdd9
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions project/DependenciesLocal.scala
Original file line number Diff line number Diff line change
Expand Up @@ -19,8 +19,8 @@ object DependenciesLocal {
val bouncyCastle = libraryDependencies ++=
List(
// Note, jdk18 means JDK 1.8
"org.bouncycastle" % "bcprov-jdk18on" % "1.78.1",
"org.bouncycastle" % "bcpkix-jdk18on" % "1.78.1",
"org.bouncycastle" % "bcprov-jdk18on" % "1.79",
"org.bouncycastle" % "bcpkix-jdk18on" % "1.79",
"io.github.hakky54" % "sslcontext-kickstart" % "8.3.7",
"io.github.hakky54" % "sslcontext-kickstart-for-pem" % "8.3.7",
)
Expand Down

0 comments on commit 37efdd9

Please sign in to comment.