Skip to content

Commit 8adc92a

Browse files
author
dwolla-oss-scala-steward[bot]
committed
Update scala-library to 2.13.18
1 parent 97cb061 commit 8adc92a

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
@@ -60,7 +60,7 @@ object BouncyCastlePlugin extends AutoPlugin {
6060

6161
private val supportedVersions = (currentBouncyCastleVersion :: oldVersions).sortBy(_.version).reverse
6262

63-
private val SCALA_2_13: String = "2.13.17"
63+
private val SCALA_2_13: String = "2.13.18"
6464
private val SCALA_2_12 = "2.12.21"
6565
private val Scala2Versions: Seq[String] = Seq(SCALA_2_13, SCALA_2_12)
6666

0 commit comments

Comments
 (0)