We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 265409f + e839bf9 commit 9210973Copy full SHA for 9210973
build.sbt
@@ -54,7 +54,7 @@ lazy val calico = project
54
name := "calico",
55
libraryDependencies ++= Seq(
56
"com.armanbilge" %%% "fs2-dom" % Fs2DomVersion,
57
- "org.typelevel" %%% "shapeless3-deriving" % "3.4.3",
+ "org.typelevel" %%% "shapeless3-deriving" % "3.5.0",
58
"dev.optics" %%% "monocle-core" % MonocleVersion,
59
"org.scala-js" %%% "scalajs-dom" % "2.8.0"
60
),
0 commit comments