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 a81512d commit 4e32e2aCopy full SHA for 4e32e2a
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.8"
+ private val scala213 = "2.13.13"
18
private val scala3 = "3.1.1"
19
20
lazy val common: Seq[Def.Setting[_]] = Seq(
0 commit comments