mirror of
https://github.com/bitcoin-s/bitcoin-s.git
synced 2025-03-03 02:39:18 +01:00
Update bcprov-jdk18on to 1.73 (#5044)
This commit is contained in:
parent
8aadf71eb1
commit
1014c47bd9
1 changed files with 1 additions and 1 deletions
|
@ -4,7 +4,7 @@ import sbt._
|
|||
object Deps {
|
||||
|
||||
object V {
|
||||
val bouncyCastle = "1.72"
|
||||
val bouncyCastle = "1.73"
|
||||
val dropwizardMetricsV = "4.2.18" //https://github.com/dropwizard/metrics
|
||||
|
||||
val logback = "1.4.7" //https://github.com/qos-ch/logback
|
||||
|
|
Loading…
Add table
Reference in a new issue