Skip to content

Commit

Permalink
Merge pull request #216 from urwithsumit/develop
Browse files Browse the repository at this point in the history
Update Bouncy Castle to a near recent version with which compilation …
  • Loading branch information
eed3si9n authored Dec 10, 2024
2 parents 1d4f332 + 99c3866 commit 1a1ec7c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion project/Dependencies.scala
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ object Dependencies {
"com.eed3si9n" %% "gigahorse-okhttp" % "0.7.0"
}
)
val bouncyCastlePgp = "org.bouncycastle" % "bcpg-jdk15on" % "1.69"
val bouncyCastlePgp = "org.bouncycastle" % "bcpg-jdk18on" % "1.78.1"
val specs2 = "org.specs2" %% "specs2-core" % "4.20.8"
val sbtIo = "org.scala-sbt" %% "io" % "1.10.0"
val parserCombinators = Def.setting(
Expand Down

0 comments on commit 1a1ec7c

Please sign in to comment.