Skip to content

Commit 70cc8c2

Browse files
authored
Use Tuplez 0.4.0 (#18)
More efficient Scala.js encoding of compose / decompose methods. See raquo/Laminar#133 (comment)
1 parent 5f9729e commit 70cc8c2

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

build.sbt

+1-1
Original file line numberDiff line numberDiff line change
@@ -39,7 +39,7 @@ lazy val `url-dsl` = crossProject(JSPlatform, JVMPlatform)
3939
.settings(name := "url-dsl")
4040
.settings(
4141
libraryDependencies ++= Seq(
42-
"app.tulz" %%% "tuplez-full-light" % "0.3.8",
42+
"app.tulz" %%% "tuplez-full-light" % "0.4.0",
4343
"org.scalatest" %%% "scalatest" % "3.2.14" % Test,
4444
"org.scalacheck" %%% "scalacheck" % "1.17.0" % Test,
4545
"org.scalameta" %%% "munit" % "0.7.29" % Test

0 commit comments

Comments
 (0)