We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 23664e1 commit 555dc66Copy full SHA for 555dc66
project/BuildSettings.scala
@@ -13,8 +13,8 @@ object BuildSettings {
13
14
private def isScala3(scalaVersion: String): Boolean = CrossVersion.partialVersion(scalaVersion).exists(_._1 == 3)
15
16
- private val scala212 = "2.12.19"
17
- private val scala213 = "2.13.13"
+ private val scala212 = "2.12.20"
+ private val scala213 = "2.13.17"
18
private val scala3 = "3.3.7"
19
20
lazy val common: Seq[Def.Setting[_]] = Seq(
0 commit comments