Skip to content

Commit 557ea07

Browse files
scala-stewardMateuszKubuszok
authored andcommitted
Update iron to 3.0.4
1 parent 0d6ab0f commit 557ea07

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

build.sbt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -32,7 +32,7 @@ val versions = new {
3232
val scalaYaml = "0.3.1"
3333
val tapir = "1.11.50"
3434
val refined = "0.11.3"
35-
val iron = "3.0.1"
35+
val iron = "3.0.4"
3636

3737
// Explicitly handle Scala 2.13 and Scala 3 separately.
3838
def fold[A](scalaVersion: String)(for2_13: => Seq[A], for3: => Seq[A]): Seq[A] =

0 commit comments

Comments
 (0)