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 cd5f842 commit 502fed4Copy full SHA for 502fed4
project/BuildSettings.scala
@@ -14,7 +14,7 @@ object BuildSettings {
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 scala213 = "2.13.16"
18
private val scala3 = "3.3.5"
19
20
lazy val common: Seq[Def.Setting[_]] = Seq(
0 commit comments