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 bcc01a9 + 35d1f51 commit 354994cCopy full SHA for 354994c
build.sbt
@@ -76,7 +76,7 @@ lazy val unidoc = project
76
inDependencies(AsynchronousSemaphoreJVM, transitive = true, includeRoot = true) ||
77
inProjects(asynchronouspoolJVM, invariantJVM)
78
},
79
- addCompilerPlugin("org.spire-math" %% "kind-projector" % "0.9.10"),
+ addCompilerPlugin("org.typelevel" %% "kind-projector" % "0.10.0"),
80
scalacOptions += "-Xexperimental",
81
scalacOptions += "-Ypartial-unification"
82
)
0 commit comments