We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 5f9729e commit 70cc8c2Copy full SHA for 70cc8c2
build.sbt
@@ -39,7 +39,7 @@ lazy val `url-dsl` = crossProject(JSPlatform, JVMPlatform)
39
.settings(name := "url-dsl")
40
.settings(
41
libraryDependencies ++= Seq(
42
- "app.tulz" %%% "tuplez-full-light" % "0.3.8",
+ "app.tulz" %%% "tuplez-full-light" % "0.4.0",
43
"org.scalatest" %%% "scalatest" % "3.2.14" % Test,
44
"org.scalacheck" %%% "scalacheck" % "1.17.0" % Test,
45
"org.scalameta" %%% "munit" % "0.7.29" % Test
0 commit comments