Skip to content

Commit a476a5e

Browse files
author
Robby Zambito
committed
Added bouncycastle dependency for private-public key pair generation
1 parent a6d69c3 commit a476a5e

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

build.sbt

+1
Original file line numberDiff line numberDiff line change
@@ -5,3 +5,4 @@ version := "0.1"
55
scalaVersion := "2.12.6"
66

77
libraryDependencies += "org.scala-lang.modules" %% "scala-xml" % "1.1.0"
8+
libraryDependencies += "org.bouncycastle" % "bcprov-jdk15on" % "1.59"

0 commit comments

Comments
 (0)