From b8e7fe385ce58440f887215460d50c9ccc066f46 Mon Sep 17 00:00:00 2001 From: "nimble-agar-steward[bot]" <106723251+nimble-agar-steward[bot]@users.noreply.github.com> Date: Mon, 30 Sep 2024 23:17:37 +0000 Subject: [PATCH] Update domtypes to 18.1.0 --- project/build.sbt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/project/build.sbt b/project/build.sbt index 806e891..d73c4bd 100644 --- a/project/build.sbt +++ b/project/build.sbt @@ -1,4 +1,4 @@ libraryDependencies ++= Seq( - "com.raquo" %% "domtypes" % "18.0.0", + "com.raquo" %% "domtypes" % "18.1.0", "org.typelevel" %% "cats-effect" % "3.5.4" )