We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents e29ec7c + b97e83e commit b449bf5Copy full SHA for b449bf5
project/BuildSettings.scala
@@ -13,7 +13,7 @@ object BuildSettings {
13
14
private def isScala3(scalaVersion: String): Boolean = CrossVersion.partialVersion(scalaVersion).exists(_._1 == 3)
15
16
- private val scala212 = "2.12.20"
+ private val scala212 = "2.12.21"
17
private val scala213 = "2.13.18"
18
private val scala3 = "3.3.7"
19
0 commit comments