We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 0d6ab0f commit 557ea07Copy full SHA for 557ea07
build.sbt
@@ -32,7 +32,7 @@ val versions = new {
32
val scalaYaml = "0.3.1"
33
val tapir = "1.11.50"
34
val refined = "0.11.3"
35
- val iron = "3.0.1"
+ val iron = "3.0.4"
36
37
// Explicitly handle Scala 2.13 and Scala 3 separately.
38
def fold[A](scalaVersion: String)(for2_13: => Seq[A], for3: => Seq[A]): Seq[A] =
0 commit comments