Skip to content

Commit 5adef5c

Browse files
author
dwolla-oss-scala-steward[bot]
committed
Update scala-library to 2.12.21
1 parent d964bc2 commit 5adef5c

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

project/BouncyCastlePlugin.scala

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -61,7 +61,7 @@ object BouncyCastlePlugin extends AutoPlugin {
6161
private val supportedVersions = (currentBouncyCastleVersion :: oldVersions).sortBy(_.version).reverse
6262

6363
private val SCALA_2_13: String = "2.13.17"
64-
private val SCALA_2_12 = "2.12.20"
64+
private val SCALA_2_12 = "2.12.21"
6565
private val Scala2Versions: Seq[String] = Seq(SCALA_2_13, SCALA_2_12)
6666

6767
private def projectMatrixForSupportedBouncyCastleVersions(id: String,

0 commit comments

Comments
 (0)