From 70cc8c2a71a0aeebbe11fd1549b701ba8b936eea Mon Sep 17 00:00:00 2001 From: Nikita Gazarov Date: Mon, 6 Mar 2023 23:52:53 -0800 Subject: [PATCH] Use Tuplez 0.4.0 (#18) More efficient Scala.js encoding of compose / decompose methods. See https://github.com/raquo/Laminar/issues/133#issuecomment-1455046222 --- build.sbt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/build.sbt b/build.sbt index 9b83c11..650010d 100644 --- a/build.sbt +++ b/build.sbt @@ -39,7 +39,7 @@ lazy val `url-dsl` = crossProject(JSPlatform, JVMPlatform) .settings(name := "url-dsl") .settings( libraryDependencies ++= Seq( - "app.tulz" %%% "tuplez-full-light" % "0.3.8", + "app.tulz" %%% "tuplez-full-light" % "0.4.0", "org.scalatest" %%% "scalatest" % "3.2.14" % Test, "org.scalacheck" %%% "scalacheck" % "1.17.0" % Test, "org.scalameta" %%% "munit" % "0.7.29" % Test