From 018ea84aab1579c7dc4299ff96f966c0493f7115 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Fri, 21 Jun 2024 14:14:17 +0000 Subject: [PATCH] chore(deps): update dependency io.github.iltotore:iron to v2.6.0 --- build.sbt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/build.sbt b/build.sbt index 9e090b8..6a28289 100644 --- a/build.sbt +++ b/build.sbt @@ -164,7 +164,7 @@ lazy val core = scalajsProject("core", false) "com.softwaremill.magnolia1_3" %%% "magnolia" % "1.3.7", "com.raquo" %%% "laminar" % laminarVersion, // "io.laminext" %%% "websocket" % laminarVersion, - "io.github.iltotore" %%% "iron" % "2.5.0" + "io.github.iltotore" %%% "iron" % "2.6.0" ) )