Skip to content
This repository has been archived by the owner on Nov 29, 2021. It is now read-only.

Update bcprov-jdk15on to 1.69 #375

Open
wants to merge 1 commit into
base: master
Choose a base branch
from
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion project/Dependencies.scala
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ object Dependencies {
object Versions {
val circeV = "0.14.0-M7" //https://github.com/circe/circe/releases
val catsV = "2.6.1" //https://github.com/typelevel/cats/releases
val bouncyCastleV = "1.68" //https://github.com/bcgit/bc-java/releases
val bouncyCastleV = "1.69" //https://github.com/bcgit/bc-java/releases
val sCryptV = "1.4.0" //https://github.com/wg/scrypt/releases
val scalaTestV = "3.2.9" //https://github.com/scalatest/scalatest/releases
val scalaTestPlusV= "3.2.9.0" //https://github.com/scalatest/scalatestplus-scalacheck
Expand Down