Skip to content

Commit

Permalink
Use Tuplez 0.4.0 (#18)
Browse files Browse the repository at this point in the history
More efficient Scala.js encoding of compose / decompose methods. See raquo/Laminar#133 (comment)
  • Loading branch information
raquo authored Mar 7, 2023
1 parent 5f9729e commit 70cc8c2
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion build.sbt
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit 70cc8c2

Please sign in to comment.