We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent d964bc2 commit afb6c15Copy full SHA for afb6c15
project/BouncyCastlePlugin.scala
@@ -34,7 +34,7 @@ object BouncyCastlePlugin extends AutoPlugin {
34
.flatMap(_.componentProjects) ++ tests.componentProjects
35
}
36
37
- private val currentBouncyCastleVersion = BouncyCastleVersion("1.82", introducedIntoFs2Pgp = "0.4.8")
+ private val currentBouncyCastleVersion = BouncyCastleVersion("1.83", introducedIntoFs2Pgp = "0.4.8")
38
39
/** When a new version is released, move what was previously the current version into the list of old versions.
40
*
0 commit comments